dhewm3/neo/sys/posix
Daniel Gibson f3cd3f31d0 Fix weird printing to console that sometimes happened with listImages
It sometimes happened when changing image_* cvars for compression and
then vid_restarting and then running listImages.
In one case the whole process hung and len was a ridiculously big number
=> most probably the (unsigned!) size_t overflowed by subtracting a
number > len (most likely from input_field.GetCursor()).

So I just made it a plain signed int.
I couldn't reproduce the issue anymore after doing this change.
2025-04-08 05:49:35 +02:00
..
posix_main.cpp Fix weird printing to console that sometimes happened with listImages 2025-04-08 05:49:35 +02:00
posix_net.cpp Use idStr::Copynz() instead of strncpy() 2022-01-08 16:58:48 +01:00
posix_public.h POSIX: log output to save_path/dhewm3log.txt 2022-01-16 06:11:20 +01:00