mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add a cast to make clang happy.
This commit is contained in:
+1
-1
@@ -2011,7 +2011,7 @@ save_state_callback(time_t now, const or_options_t *options)
|
||||
*/
|
||||
return PERIODIC_EVENT_NO_UPDATE;
|
||||
} else {
|
||||
return next_write - now;
|
||||
return (int)(next_write - now);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user