(action_print): Minor change
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -383,8 +383,7 @@ action_print () | ... | @@ -383,8 +383,7 @@ action_print () |
383 | } | 383 | } |
384 | else | 384 | else |
385 | { | 385 | { |
386 | char *p; | 386 | char *p = mh_expand_name (NULL, current_folder, 0); |
387 | asprintf (&p, "%s/%s", mu_path_folder_dir, current_folder); | ||
388 | _scan (p, 1); | 387 | _scan (p, 1); |
389 | free (p); | 388 | free (p); |
390 | } | 389 | } | ... | ... |
-
Please register or sign in to post a comment