use the right pointer to insert the new command fix #12
This commit is contained in:
parent
4dd1b0638f
commit
0b52a2f246
@ -166,7 +166,7 @@ shellmatta_retCode_t shellmatta_addCmd(shellmatta_handle_t handle, shellmatta_cm
|
|||||||
{
|
{
|
||||||
/* nothing to do */
|
/* nothing to do */
|
||||||
}
|
}
|
||||||
prevCmd = &tempCmd;
|
prevCmd = &(tempCmd->next);
|
||||||
tempCmd = tempCmd->next;
|
tempCmd = tempCmd->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user