Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e4a9a commit 3652829Copy full SHA for 3652829
runtime.c
@@ -261,8 +261,8 @@ main (int argc, char *argv[])
261
strcat(strcat(prefixed_path_to_extract, prefix), trv.path);
262
fprintf(stderr, "%s\n", prefixed_path_to_extract);
263
if(inode.base.inode_type == SQUASHFS_DIR_TYPE){
264
- fprintf(stderr, "inode.xtra.dir.parent_inode: %ui\n", inode.xtra.dir.parent_inode);
265
- fprintf(stderr, "mkdir_p: %s/\n", prefixed_path_to_extract);
+ // fprintf(stderr, "inode.xtra.dir.parent_inode: %ui\n", inode.xtra.dir.parent_inode);
+ // fprintf(stderr, "mkdir_p: %s/\n", prefixed_path_to_extract);
266
if(access(prefixed_path_to_extract, F_OK ) == -1 ) {
267
if (mkdir_p(prefixed_path_to_extract) == -1) {
268
perror("mkdir_p error");
0 commit comments