fix filename

This commit is contained in:
Greg Gauthier 2025-10-12 22:32:39 +01:00
parent 7880a25fef
commit 96afc869ea

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 "cnotes.csv" #define CNOTES_FILE "notes.csv"
int ensure_directory_exists(const char *path) { int ensure_directory_exists(const char *path) {
struct stat st; struct stat st;