Made use of Text_shellsafe bit1 for messages with two file names

This commit is contained in:
2011-05-06 13:20:36 +00:00
parent 09cec3aa3d
commit 7ed67018b7
5 changed files with 8 additions and 8 deletions

View File

@ -823,7 +823,7 @@ int Xorriso_option_mvi(struct XorrisO *xorriso, int argc, char **argv,
sprintf(xorriso->info_text, "Renamed in ISO image: ");
Text_shellsafe(eff_origin, xorriso->info_text, 1);
strcat(xorriso->info_text, " to ");
Text_shellsafe(eff_dest, xorriso->info_text, 1);
Text_shellsafe(eff_dest, xorriso->info_text, 1 | 2);
strcat(xorriso->info_text, "\n");
Xorriso_info(xorriso, 0);