diff options
Diffstat (limited to 'src/rep.c')
-rw-r--r-- | src/rep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ int replaceFolder(r_context* ctx, char* folder) /* And for every file */ do { - if(ent.d_type & DT_DIR) + if(!(ent.d_type & DT_DIR)) { int r = 0; |