mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
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;
|
int quoted = 0;
|
||||||
static const char *const vstype[16] = {
|
static const char *const vstype[16] = {
|
||||||
nullstr, "}", "-", "+", "?", "=",
|
nullstr, "}", "-", "+", "?", "=",
|
||||||
"#", "##", "%", "%%"
|
"%", "%%", "#", "##", nullstr
|
||||||
};
|
};
|
||||||
|
|
||||||
nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc);
|
nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc);
|
||||||
|
Loading…
Reference in New Issue
Block a user