From 73b0414254e6b888656b4e5346292f27b67ac9d9 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 19 Apr 2024 23:18:03 +0200 Subject: Added a way for the program to check if file exists or not. If not then it creates it. If changes are made to the file like writing newlines or edits from editmode is written then it will create the file. --- process_multiples.c | 1 - 1 file changed, 1 deletion(-) (limited to 'process_multiples.c') diff --git a/process_multiples.c b/process_multiples.c index 8ddb8c8..10a565d 100644 --- a/process_multiples.c +++ b/process_multiples.c @@ -261,7 +261,6 @@ uint64_t call_N(char *multiple, uint64_t focus, uint64_t Flines, char *filename) return 0; } - fprintf(stdout, "%s %ld\n", multiple, Flines); return 0; } -- cgit v1.2.3