fix file naming

This commit is contained in:
Greg Gauthier 2025-11-13 22:50:17 +00:00
parent 96afc869ea
commit 946b020317
2 changed files with 1 additions and 1 deletions

BIN
dumpnotes Executable file

Binary file not shown.

View File

@ -13,7 +13,7 @@
#define TXTMSG_LENGTH 125 /* Max length of a text message */ #define TXTMSG_LENGTH 125 /* Max length of a text message */
#define MAX_ENTRIES 5000 /* Maximum number of entries to load */ #define MAX_ENTRIES 5000 /* Maximum number of entries to load */
#define CNOTES_FILE "notes.csv" #define CNOTES_FILE "cnotes.csv"
#define CNOTES_DIR ".local/share/cnotes" #define CNOTES_DIR ".local/share/cnotes"