Compare commits
2 Commits
96afc869ea
...
b3c792363c
| Author | SHA1 | Date | |
|---|---|---|---|
| b3c792363c | |||
| 946b020317 |
@ -11,7 +11,7 @@
|
||||
#define FREETEXT_MAX_LENGTH 125
|
||||
#define DEFAULT_CATEGORY "General"
|
||||
#define CNOTES_DIR ".local/share/cnotes"
|
||||
#define CNOTES_FILE "notes.csv"
|
||||
#define CNOTES_FILE "cnotes.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 "notes.csv"
|
||||
#define CNOTES_FILE "cnotes.csv"
|
||||
#define CNOTES_DIR ".local/share/cnotes"
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user