Imported Upstream version 1.4.16+git20130902
This commit is contained in:
parent
e76be63abf
commit
e70fb8c051
517 changed files with 44015 additions and 43295 deletions
|
@ -102,7 +102,7 @@ main (int argc, char **argv)
|
|||
|
||||
cmd = strdup (argv[optind++]);
|
||||
for (c = optind; c < argc; c++) {
|
||||
asprintf (&cmd, "%s %s", cmd, argv[c]);
|
||||
xasprintf (&cmd, "%s %s", cmd, argv[c]);
|
||||
}
|
||||
|
||||
child_process = spopen (cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue