SCP: Fix adjacent insertion of %n DO command arguments

This commit is contained in:
Mark Pizzolato 2018-06-11 17:06:20 -07:00
parent 2b112b0e13
commit 2203608f4a

1
scp.c
View file

@ -3829,6 +3829,7 @@ for (ip = instr, op = tmpbuf; *ip && (op < oend); ) {
} }
ip = ip + 2; ip = ip + 2;
} }
else
*op++ = *ip++; /* literal character */ *op++ = *ip++; /* literal character */
} }
} }