]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_catalog.c
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_catalog.c
index 54c245b46230eb09e81cc0ae5e28a6a74e2ff533..75c7701ee0ce7606e7e050f0d5ef5c789e7251bd 100644 (file)
@@ -520,7 +520,7 @@ cat_idlookup(struct hfsmount *hfsmp, cnid_t cnid, struct cat_desc *outdescp,
                 * the key in the thread matches the key in the record.
                 */
                if (cnid != dcnid) {
-                       printf("Requested cnid (%d / 0x%08lx) != dcnid (%d / 0x%08lx)\n", cnid, cnid, dcnid, dcnid);
+                       printf("Requested cnid (%d / 0x%08lx) != dcnid (%d / 0x%08lx)\n", cnid, cnid, dcnid, dcnid);                    
                        result = ENOENT;
                }
        }
@@ -548,8 +548,9 @@ cat_lookupmangled(struct hfsmount *hfsmp, struct cat_desc *descp, int wantrsrc,
                return (ENOENT);
 
        fileID = GetEmbeddedFileID(descp->cd_nameptr, descp->cd_namelen, &prefixlen);
-       if (fileID < (cnid_t)kHFSFirstUserCatalogNodeID)
-               return (ENOENT);
+
+       if (fileID < (cnid_t)kHFSFirstUserCatalogNodeID)
+               return (ENOENT);
 
        if(fileID == hfsmp->hfs_privdir_desc.cd_cnid ||
                fileID == hfsmp->hfs_jnlfileid ||