Changed pacifier text for 0 nodes read from blank image
This commit is contained in:
parent
136638d7d1
commit
21afe8204e
@ -3223,12 +3223,8 @@ int Xorriso_pacifier_callback(struct XorrisO *xorriso, char *what_done,
|
||||
if((flag&1)&&since<1.0)
|
||||
since= 1.0;
|
||||
if(count<=0.0) {
|
||||
if(current_object[0]==0)
|
||||
sprintf(xorriso->info_text,
|
||||
"%s since %.f seconds", what_done, since);
|
||||
else
|
||||
sprintf(xorriso->info_text,
|
||||
"Thank you for being patient since %.f seconds", since);
|
||||
sprintf(xorriso->info_text,
|
||||
"Thank you for being patient since %.f seconds", since);
|
||||
} else if(todo<=0.0) {
|
||||
sprintf(xorriso->info_text,
|
||||
"%.f %s in %.f seconds", (double) count, what_done, since);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.02.15.211836"
|
||||
#define Xorriso_timestamP "2008.02.15.212030"
|
||||
|
Loading…
Reference in New Issue
Block a user