Rev 5594 was not complete. Coverity CID 28719.
This commit is contained in:
parent
9421e1ec74
commit
691b78d206
@ -487,7 +487,10 @@ int Xorriso_set_local_charset(struct XorrisO *xorriso, char *name, int flag)
|
||||
cannot:;
|
||||
sprintf(xorriso->info_text,
|
||||
"-local_charset: Cannot assume as local character set: ");
|
||||
if(name != NULL)
|
||||
Text_shellsafe(name, xorriso->info_text, 1);
|
||||
else
|
||||
Text_shellsafe("(NULL-pointer)", xorriso->info_text, 1);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||
return(0);
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.11.15.153822"
|
||||
#define Xorriso_timestamP "2015.11.16.100618"
|
||||
|
Loading…
Reference in New Issue
Block a user