From: Bastian Dehn Date: Tue, 16 Jul 2024 13:19:02 +0000 (+0200) Subject: remove file count X-Git-Tag: 1.0.0^2^2~16 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=0727142f1e9a4e3f9857ee511d29de9dfaeded8a;p=mv_none_space.git remove file count --- diff --git a/src/main.c b/src/main.c index 6c049af..83f8778 100644 --- a/src/main.c +++ b/src/main.c @@ -18,8 +18,6 @@ void rename_files(const char* dir_path) glob(pattern, 0, NULL, &files); - printf("count: %ld\n", files.gl_pathc); - for (int i = 0; i < files.gl_pathc; i++) { stat(files.gl_pathv[i], &statbuf); rename_lower_str(files.gl_pathv[i], output_filename);