From 6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d Mon Sep 17 00:00:00 2001 From: = Date: Thu, 5 May 2022 15:23:47 +0200 Subject: Quality of life changes --- storage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'storage.h') diff --git a/storage.h b/storage.h index b37bdb8..9689a56 100644 --- a/storage.h +++ b/storage.h @@ -10,7 +10,9 @@ typedef struct{ char path[MAXPATH]; char tags[MAXTAGS]; - int numTags; + uint16_t numTags; + uint16_t lentags; + } row; @@ -26,4 +28,4 @@ void insertTag(row *r, char *tag); void removeTag(row *r, char *tag); -#endif \ No newline at end of file +#endif -- cgit v1.2.3