diff options
Diffstat (limited to '4/11.c')
| -rw-r--r-- | 4/11.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ int getop(char s[]) { if (pc != ' ' && pc != '\t') { s[0] = c = pc; + s[1] = 0; pc = ' '; } else { while ((s[0] = c = getch()) == ' ' || c == '\t') |
