diff --git a/du3/program.c b/du3/program.c index b48c794..c488032 100644 --- a/du3/program.c +++ b/du3/program.c @@ -53,7 +53,7 @@ int main() line[0] = '\0'; strBuffer[0] = '\0'; char* strtofEndPtr; - int LinesOnInputCount = 0; + int LinesOnInputCount = 1; while (fgets(line, SIZE, stdin) != NULL) {