use %lu in format string in timer_sanity_check()

closes #617
This commit is contained in:
nhmall
2021-10-22 15:23:07 -04:00
parent 7601e5709f
commit df0ed882a8

View File

@@ -1315,6 +1315,7 @@ MAX_RADIUS defines the outer bound of the radius table, so leave it at 15
variable attknum was declared without initialization, and was used in
find_roll_to_hit() (pr #615 by argrath)
check for NULL lua_State before calling lua_close() (pr #616 by argrath)
use %lu, not %d, in format string in timer_sanity_check() (pr #617 by argrath)
Code Cleanup and Reorganization