Distributed File System written in C
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Fixed bug where files didn't close

+1
+1
src/lib/uuid.c
··· 57 57 fprintf(stderr, "ERROR: Could not read UUID from system.\n"); 58 58 exit(1); 59 59 } 60 + fclose(uuid_file); 60 61 61 62 ListStr uuid_list = split(uuid_str, '-'); 62 63 exists(uuid_list);