Fix build on i386
This commit is contained in:
parent
dd12a82964
commit
623a3a0df4
@ -415,7 +415,7 @@ flushqueue_since(unsigned int period)
|
||||
return (0);
|
||||
|
||||
/* Did the flush file get touched within the last period seconds? */
|
||||
if (st.st_mtim.tv_sec + period >= now.tv_sec)
|
||||
if (st.st_mtim.tv_sec + (int)period >= now.tv_sec)
|
||||
return (1);
|
||||
else
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user