diff options
| -rw-r--r-- | stest.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -84,7 +84,7 @@ main(int argc, char *argv[]) | |||
| 84 | if (!argc) { | 84 | if (!argc) { |
| 85 | /* read list from stdin */ | 85 | /* read list from stdin */ |
| 86 | while ((n = getline(&line, &linesiz, stdin)) > 0) { | 86 | while ((n = getline(&line, &linesiz, stdin)) > 0) { |
| 87 | if (n && line[n - 1] == '\n') | 87 | if (line[n - 1] == '\n') |
| 88 | line[n - 1] = '\0'; | 88 | line[n - 1] = '\0'; |
| 89 | test(line, line); | 89 | test(line, line); |
| 90 | } | 90 | } |
