Compare commits
No commits in common. "b3c792363c61ecd4247eb50e9b33a36cb549e2f9" and "96afc869eaf7d03e30c7df01d865ab9ad3653793" have entirely different histories.
b3c792363c
...
96afc869ea
@ -11,7 +11,7 @@
|
||||
#define FREETEXT_MAX_LENGTH 125
|
||||
#define DEFAULT_CATEGORY "General"
|
||||
#define CNOTES_DIR ".local/share/cnotes"
|
||||
#define CNOTES_FILE "cnotes.csv"
|
||||
#define CNOTES_FILE "notes.csv"
|
||||
|
||||
int ensure_directory_exists(const char *path) {
|
||||
struct stat st;
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define TXTMSG_LENGTH 125 /* Max length of a text message */
|
||||
#define MAX_ENTRIES 5000 /* Maximum number of entries to load */
|
||||
|
||||
#define CNOTES_FILE "cnotes.csv"
|
||||
#define CNOTES_FILE "notes.csv"
|
||||
#define CNOTES_DIR ".local/share/cnotes"
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user