proc: fix build.

This commit is contained in:
Alastair Poole 2020-04-27 13:48:35 +01:00
parent 2585f7768f
commit c888e30153
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ _cmd_get(Proc_Info *p, int pid)
if (cp == &args[size]) return;
/* Skip any padded NULLs.
/* Skip any padded NULLs. */
for (;cp < &args[size]; cp++)
{
if (*cp == '\0') break;