]> gitweb.hhaalo.de Git - mv_none_space.git/commitdiff
remove file count
authorBastian Dehn <hhaalo@arcor.de>
Tue, 16 Jul 2024 13:19:02 +0000 (15:19 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 16 Jul 2024 13:19:02 +0000 (15:19 +0200)
src/main.c

index 6c049af9fb856d286a4f358c531e1dd06c617415..83f8778cd505a513216eda5122797a865d5fe5f9 100644 (file)
@@ -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);