fix #47 now calling a continued command even without new input data
added integration tests
This commit is contained in:
@@ -77,6 +77,7 @@ typedef struct
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
uint32_t argStart; /**< start of the arguments of the command */
|
||||
uint32_t offset; /**< current offset of the option parser */
|
||||
uint32_t nextOffset; /**< offset of the next hunk */
|
||||
uint32_t len; /**< length of the current hunk */
|
||||
|
Reference in New Issue
Block a user