fix: Portability update.
This commit is contained in:
committed by
Andrew Johnson
parent
9b92a98d06
commit
ecd76e5b5b
@@ -36,7 +36,7 @@ static void atInitHook(initHookState state)
|
||||
|
||||
struct cmditem* item = NULL;
|
||||
|
||||
while (item = (struct cmditem*)ellGet(&s_cmdlist)) {
|
||||
while ((item = (struct cmditem*)ellGet(&s_cmdlist))) {
|
||||
printf("%s\n", item->cmd);
|
||||
|
||||
if (iocshCmd(item->cmd))
|
||||
|
||||
Reference in New Issue
Block a user