Fix clock string length issues (fixes #716)

Co-authored-by: Plash <plash@noreply.codeberg.org>
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-08-02 13:08:07 +02:00
parent c05c32c5be
commit b35c055e7b
22 changed files with 99 additions and 138 deletions

View File

@@ -12,6 +12,7 @@ err_alloc: []const u8 = "failed memory allocation",
err_bounds: []const u8 = "out-of-bounds index",
err_brightness_change: []const u8 = "failed to change brightness",
err_chdir: []const u8 = "failed to open home folder",
err_clock_too_long: []const u8 = "clock string too long",
err_config: []const u8 = "unable to parse config file",
err_dgn_oob: []const u8 = "log message",
err_domain: []const u8 = "invalid domain",