diff options
| author | @syxhe <https://t.me/syxhe> | 2024-09-01 18:43:32 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-09-01 18:43:32 -0500 |
| commit | 7129f43cff2937a83419f61dc82932c1a2d817fa (patch) | |
| tree | f7c592ac060f54c05391d0696c3ccf8b50921123 /src/search.c | |
| parent | eda747d32c6d094c08904fe6e842210fa076d7b3 (diff) | |
Rename encrypted files
Diffstat (limited to 'src/search.c')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c index c3b6d54..a790528 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -130,8 +130,6 @@ struct nodelist* scanfiles(const char *STARTPATH, int (*cmp)(const struct dirent | |||
| 130 | 130 | ||
| 131 | files->fullpath = realpath(nodes[i]->d_name, NULL); | 131 | files->fullpath = realpath(nodes[i]->d_name, NULL); |
| 132 | 132 | ||
| 133 | printf("%s\n", files->fullpath); | ||
| 134 | |||
| 135 | files->next = nodelist_init(NULL); | 133 | files->next = nodelist_init(NULL); |
| 136 | files = files->next; | 134 | files = files->next; |
| 137 | } | 135 | } |
