Changed failure to find a file for removal from FAILURE to SORRY

This commit is contained in:
2008-02-11 16:24:51 +00:00
parent 7f6e23305c
commit a38f7cf4c2
3 changed files with 15 additions and 8 deletions

View File

@ -1138,8 +1138,7 @@ bonked_root:;
much_too_long:;
sprintf(xorriso->info_text, "Effective path gets much too long (%d)",
(int) (strlen(eff_path)+strlen(apt)+1));
if(!(flag&1))
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
return(-1);
}
if(!(flag&2)) {