Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.
This commit is contained in:
parent
37aac6489e
commit
be8a6ae6eb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user