Changed pacifier text for 0 nodes read from blank image

This commit is contained in:
Thomas Schmitt 2008-02-15 21:21:14 +00:00
parent db9c0f7e0d
commit 7720153674
2 changed files with 3 additions and 7 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.15.211836"
#define Xorriso_timestamP "2008.02.15.212030"