Files
comex 25c423203d daybreak: fix strncpy compiler warning
GCC warned that the output string would not be nul-terminated if the
input string was too long.  Fix this by subtracting 1 from the size
argument, as is done for other `strncpy` calls in the file.  (It would
probably be better to avoid `strncpy` entirely, but this is just a
simple fix.)
2025-09-12 19:10:47 +02:00
..
2023-02-25 10:53:16 +11:00
2025-09-12 19:10:47 +02:00