really, really fix file naming

This commit is contained in:
Greg Gauthier 2025-11-13 23:04:06 +00:00
parent 946b020317
commit b3c792363c

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;