oops, one letter missing
authorErkin Alp Güney <erkinalp9035@gmail.com>
Sat, 24 Sep 2016 15:57:27 +0000 (18:57 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2016 15:57:27 +0000 (18:57 +0300)
Applications/util/cut.c

index 31c700d..ee639d3 100644 (file)
@@ -160,7 +160,7 @@ void cut(void)
 
        switch (mode) {
        case DUMP_STDIN:
-           puts(line, stdout);
+           fputs(line, stdout);
            break;
 
        case OPTIONF: