Supressing "Thank you for being patient" with times smaller than 2
This commit is contained in:
parent
ec2df1222d
commit
1d254f8b11
@ -1918,6 +1918,8 @@ int Xorriso_pacifier_callback(struct XorrisO *xorriso, char *what_done,
|
||||
strcat(byte_text, ")");
|
||||
}
|
||||
if(count<=0.0 && !(flag&2)) {
|
||||
if(since < 2)
|
||||
return(2);
|
||||
sprintf(xorriso->info_text,
|
||||
"Thank you for being patient for %.f seconds", since);
|
||||
} else if(todo<=0.0) {
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.06.26.114315"
|
||||
#define Xorriso_timestamP "2010.06.28.100903"
|
||||
|
Loading…
Reference in New Issue
Block a user