Compare commits

..

1 commit

Author SHA1 Message Date
amr
ff2a2d977f fix: this solves the warning during compilation
This not only solves the warning/error brought up during compilation, it's also just a sort of belt'n'braces approach to make absolutely sure the timestamp length is correct and didn't get truncated or some other error. This was a new warning/error introduced back in gcc 7.1, and it's one of those "you *should* do it this way because it's technically the correct way" things that most developers roll their eyes at but, logically, they're technically correct.
2025-11-02 07:13:14 +00:00

View file

@ -21,4 +21,4 @@ ProtectHome=read-only
ReadWritePaths=%h/.config/chroma
[Install]
WantedBy=multi-user.target
WantedBy=multi-useer.target