Copying -out_charset to -in_charset after -commit

This commit is contained in:
2008-11-07 17:33:59 +00:00
parent 5e1e073521
commit 581ea8f33b
5 changed files with 27 additions and 2 deletions

View File

@@ -8167,7 +8167,7 @@ cannot:;
}
sprintf(xorriso->info_text, "Local character set is now assumed as: %s",
Text_shellsafe(name, sfe, 0));
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, errno, "NOTE", 0);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
return(1);
}