Playing round with a new state machine concept.
FossilOrigin-Name: b15d1beded51369384764d634c232711fc37027a08e25ad22b5ed0e841b9e574
This commit is contained in:
@ -50,7 +50,7 @@ printf("Bumm %d %d\n",i+elen+4,len);
|
||||
|
||||
callback(arg, type, msgelems + i + 4, elen);
|
||||
i += elen + 4;
|
||||
printf("left = %d\n",len-i);
|
||||
// printf("left = %d\n",len-i);
|
||||
|
||||
} while (i < len);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user