(file_mask_dialog): don't call tilde_expand() because vfs_path_from_str() returns an absolute path.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-10-16 14:12:23 +04:00
parent 673d438938
commit 1b774ac1fe
1 changed files with 0 additions and 3 deletions

View File

@ -1312,9 +1312,6 @@ file_mask_dialog (file_op_context_t * ctx, FileOperation operation,
else
ctx->search_handle->search_type = MC_SEARCH_T_REGEX;
tmp = dest_dir;
dest_dir = tilde_expand (tmp);
g_free (tmp);
vpath = vfs_path_from_str (dest_dir);
ctx->dest_mask = strrchr (dest_dir, PATH_SEP);