Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.

This commit is contained in:
Manuel Novoa III 2004-02-18 09:40:41 +00:00
parent 37aac6489e
commit be8a6ae6eb

View File

@ -7604,7 +7604,7 @@ cmdputs(const char *s)
int quoted = 0;
static const char *const vstype[16] = {
nullstr, "}", "-", "+", "?", "=",
"#", "##", "%", "%%"
"%", "%%", "#", "##", nullstr
};
nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc);