Merge commit 'refs/merge-requests/33' of git://gitorious.org/procps/procps into merge-requests/33

This commit is contained in:
Craig Small 2014-11-08 17:03:51 +11:00
commit 3a66fba1e9

View File

@ -629,7 +629,7 @@ static struct el * select_procs (int *num)
if (list == NULL)
exit (EXIT_FATAL);
}
if (opt_long) {
if (opt_long || opt_longlong) {
list[matches].str = xstrdup (cmdoutput);
list[matches++].num = subtask.XXXID;
} else {