edit_ext_cmd(): trivial simplification.

This commit is contained in:
Pavel Roskin 2003-06-05 04:06:37 +00:00
parent c96b0af3b2
commit 69a16471a9
1 changed files with 1 additions and 1 deletions

View File

@ -2364,7 +2364,7 @@ edit_ext_cmd (WEdit *edit)
if (!exp)
return 1;
e = system (catstrs (exp, " ", " > ", home_dir, TEMP_FILE, 0));
e = system (catstrs (exp, " > ", home_dir, TEMP_FILE, 0));
if (e) {
edit_error_dialog (_("External command"),