Compare commits

..

No commits in common. "b3c792363c61ecd4247eb50e9b33a36cb549e2f9" and "96afc869eaf7d03e30c7df01d865ab9ad3653793" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View File

@ -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;

BIN
dumpnotes

Binary file not shown.

View File

@ -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"