|
|
@@ -525,7 +525,7 @@ void run_key_handler(const char *key, unsigned int mask) |
|
|
|
for (f = i = 0; f < fcnt; i++) { |
|
|
|
if ((marked && (files[i].flags & FF_MARK)) || (!marked && i == fileidx)) { |
|
|
|
stat(files[i].path, &oldst[f]); |
|
|
|
fprintf(pfs, "%s\n", files[i].path); |
|
|
|
fprintf(pfs, "%s\n", files[i].name); |
|
|
|
f++; |
|
|
|
} |
|
|
|
} |
|
|
|