mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Reuse existing message from file.c.
This commit is contained in:
parent
050b141018
commit
834abd3e24
@ -692,7 +692,8 @@ static void tree_move (WTree *tree, char *default_dest)
|
||||
return;
|
||||
}
|
||||
if (!S_ISDIR (buf.st_mode)){
|
||||
message (1, MSG_ERROR, _(" The destination isn't a directory "));
|
||||
file_error (_(" Destination \"%s\" must be a directory \n %s "),
|
||||
dest);
|
||||
g_free (dest);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user