trivial bug/typo
r1976 | dcl | 2007-05-23 08:51:45 +1000 (Wed, 23 May 2007) | 2 lines
This commit is contained in:
@@ -570,7 +570,7 @@ int AsyncQueueAction(SConnection *pCon, SicsInterp *pSics,
|
||||
int i, j;
|
||||
cmd[0] = '\0';
|
||||
for (i = 2; i < argc; ++i) {
|
||||
j = snprintf(&cmd[idx], 10240 - j, "%s%s",
|
||||
j = snprintf(&cmd[idx], 10240 - idx, "%s%s",
|
||||
(i > 2) ? " " : "",
|
||||
argv[i]);
|
||||
if (j < 0)
|
||||
|
||||
Reference in New Issue
Block a user