From 6ca67db0fa243581567dc15e06a0eeef7b85a361 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 15 May 2022 12:16:38 +0200 Subject: [PATCH] Test commit --- include/storage.h | 8 ++++---- t1 | 1 + t2 | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 t1 create mode 100644 t2 diff --git a/include/storage.h b/include/storage.h index 507c733..a30278f 100644 --- a/include/storage.h +++ b/include/storage.h @@ -3,8 +3,8 @@ #include "db.h" -#define MAXPATH 4096 -#define MAXTAGS 4096 +#define MAXPATH 4094 +#define MAXTAGS 4094 // When intializing the struct, it is recommended @@ -12,8 +12,8 @@ typedef struct{ char path[MAXPATH]; char tags[MAXTAGS]; - uint16_t numTags; uint16_t lenTags; + uint16_t numTags; } row; @@ -23,4 +23,4 @@ void insertTag(row *r, char *tag); void removeTag(row *r, char *tag); -#endif \ No newline at end of file +#endif diff --git a/t1 b/t1 new file mode 100644 index 0000000..95f3e72 --- /dev/null +++ b/t1 @@ -0,0 +1 @@ +aaaaaaaaaaaaaa diff --git a/t2 b/t2 new file mode 100644 index 0000000..817e5ca --- /dev/null +++ b/t2 @@ -0,0 +1 @@ +bbbbbbbbbb -- 2.39.5