Issueing messages with -clone and -cp_clone

This commit is contained in:
2011-02-22 07:34:56 +00:00
parent 0a2360bfbe
commit 69ecbdf021
3 changed files with 10 additions and 7 deletions

View File

@ -1969,12 +1969,6 @@ nondir_exists:;
ret= Xorriso_clone_tree(xorriso, NULL, eff_origin, eff_dest, 1);
if(ret <= 0)
goto problem_handler;
sprintf(xorriso->info_text, "Cloned in ISO image: ");
Text_shellsafe(eff_origin, xorriso->info_text, 1);
strcat(xorriso->info_text, " to ");
Text_shellsafe(eff_dest, xorriso->info_text, 1);
strcat(xorriso->info_text, "\n");
Xorriso_info(xorriso, 0);
}
continue; /* regular bottom of loop */