Atmosphere/troposphere/daybreak
comex 822cbbbc8b 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-08-08 14:16:03 -07:00
..
nanovg ams: replace sept with tsec firmware (#1594) 2021-08-20 13:13:29 -07:00
source daybreak: fix strncpy compiler warning 2025-08-08 14:16:03 -07:00
icon.jpg Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00
Makefile ams: build with -std=gnu++23 2024-06-01 22:36:37 -07:00