minor fixes

This commit is contained in:
Ben Gras
2008-11-19 14:10:33 +00:00
parent 6c92081a5a
commit 51fdce1d36
4 changed files with 5 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ PUBLIC void arch_shutdown(int how)
c != '\'' && c != '"' &&
c != '\\' && c != ';') {
mybuffer[dest] = c;
} else mybuffer[dest] = '|';
} else mybuffer[dest] = ' ';
DECSOURCE;
dest--;