summaryrefslogtreecommitdiff
path: root/src/fr-process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-process.c')
-rw-r--r--src/fr-process.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fr-process.c b/src/fr-process.c
index 0ad5b1e..c65c02e 100644
--- a/src/fr-process.c
+++ b/src/fr-process.c
@@ -736,10 +736,8 @@ start_current_command (FrProcess *process)
}
#endif
- if ((fixname) && (system(commandline) != 0)) {
+ if ((fixname) && (system(commandline) != 0))
g_warning ("The files could not be move: %s\n", commandline);
- return;
- }
if (info->begin_func != NULL)
(*info->begin_func) (info->begin_data);