diff --git a/handlers.c b/handlers.c index 6e6961e..6371480 100644 --- a/handlers.c +++ b/handlers.c @@ -85,7 +85,7 @@ FILE * openFile(const char *folder, char *fileName, char *fileExt) { // [folder]/[fileName][fileExt] - // caller's responsibility to sanitize names + // caller's responsibility to sanitize names, but frees fileName if (!folder) { logMsg(1, "NULL folder"); diff --git a/handlers.h b/handlers.h index 2faf2c4..7a08bc7 100644 --- a/handlers.h +++ b/handlers.h @@ -13,6 +13,7 @@ enum fields { FIELD_END }; enum numFields { + // currently unimplemented NUM_ENCLOSURE_SIZE, NUM_END