X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-apply.c;h=108418b3444c8020b0f2d5f65d7fc2a3a1237e7f;hp=1a4cb7dd190594546d6406a39d72b6de14d2b60c;hb=239e67483b8d6759fa97f25a65011cc3480368bc;hpb=4afbeedd7a81df800171239741e0d252d445a878;ds=sidebyside diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index 1a4cb7dd..108418b3 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -352,7 +352,9 @@ static int preapply_dentry_with_dos_name(struct dentry *dentry, } } /* If there's a dentry with a DOS name, extract it first */ - if (dentry_with_dos_name && !dentry_with_dos_name->extracted_file) { + if (dentry_with_dos_name + && !dentry_with_dos_name->extracted_file) + { char *p; const char *dir_name; char orig;