Commit Graph

5 Commits

Author SHA1 Message Date
Pradana Aumars fce41edbe5 Add FILEPATH_HOME 2021-06-12 11:02:56 +02:00
Pradana Aumars f9f8ce747a Add absolute paths to file_t 2021-06-03 00:33:26 +02:00
Pradana Aumars ea37ce1732 Fix hash and hash_str
* file_t.hash is now a buffer and not a pointer
* add exception checking to file_t_md5_gen
2021-06-01 00:08:30 +02:00
Pradana Aumars 8f72eabf1f Fix test check_file_t.file_init
* Add filepath_t enum key
* file_init writes path according to filepath_t
* file_init does NOT correctly write path FILEPATH_ABSOLUTE
* file_init parameters changed to include filepath_t and no longer includes "ENV" string
* file_close only now frees hash_str when non null ptr
* calibrate verify function updated to use correct file_init parameters
2021-05-31 22:07:06 +02:00
Pradana Aumars 4c29f89c9d C Redesign 2021-05-15 19:18:42 +02:00