Skip to content
Snippets Groups Projects
Commit 9b717ddf authored by rswindell's avatar rswindell
Browse files

Added PRINTF_LOCALsupport.

parent 2f9de29f
No related branches found
No related tags found
No related merge requests found
......@@ -679,6 +679,7 @@ void sbbs_t::skipto(csi_t *csi, uchar inst)
case FORMAT_STR_VAR: /* SPRINTF */
csi->ip+=4; /* Skip destination variable */
case VAR_PRINTF:
case VAR_PRINTF_LOCAL:
while(*(csi->ip++)); /* Skip string */
j=*(csi->ip++); /* Skip number of arguments */
for(i=0;i<j;i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment