Compare commits

...

2 Commits

Author SHA1 Message Date
b3c792363c really, really fix file naming 2025-11-13 23:04:06 +00:00
946b020317 fix file naming 2025-11-13 22:58:17 +00:00
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#define FREETEXT_MAX_LENGTH 125 #define FREETEXT_MAX_LENGTH 125
#define DEFAULT_CATEGORY "General" #define DEFAULT_CATEGORY "General"
#define CNOTES_DIR ".local/share/cnotes" #define CNOTES_DIR ".local/share/cnotes"
#define CNOTES_FILE "notes.csv" #define CNOTES_FILE "cnotes.csv"
int ensure_directory_exists(const char *path) { int ensure_directory_exists(const char *path) {
struct stat st; struct stat st;

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"