diff --git a/examples/untar.c b/examples/untar.c index 4d793db..ab347e0 100644 --- a/examples/untar.c +++ b/examples/untar.c @@ -18,6 +18,7 @@ #include #include +// NOTE: This should be done for all entries, not just regular files static int create_parent_recursively(const char* path) { char* path_copy = strdup(path);