Commit 019c60ec 019c60ec689546d55929d5cda13f11bf33bf5115 by Sergey Poznyakoff

(action_print): Minor change

1 parent 704ab2ff
...@@ -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 }
......