diff options
| author | spv <spv@spv.sh> | 2025-12-03 15:11:46 -0500 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-12-03 15:11:46 -0500 |
| commit | 71a46e756e5af9c27cfaf54cb6337cec3966c01f (patch) | |
| tree | 1df6a42f1095709e579fd37aa4b14ee4419c9050 /src | |
| parent | 6a7f7db435465564ea92a3d544bf78549d5ab54c (diff) | |
fix report path to conform to ISO8601 \& add sb to uninstall in Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 908a95b..040cfc6 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,7 @@ #define LOG_FP stderr #define LOG_LEVEL LOG_INFO -#define REPORT_PATH "/home/spv/.local/stroke_buddy/%d-%d-%d@%d.log" +#define REPORT_PATH "/home/spv/.local/stroke_buddy/%d-%02d-%02d@%d.log" #define IDLE_TIME 30 |
