]> wimlib.net Git - wimlib/blobdiff - src/blob_table.c
resource reading cleanups
[wimlib] / src / blob_table.c
index 3e9f9b4210fd9026ea6a57be840da727a06ee772..aa73cc01d766135c47e7ecb50f1ebd194b19a096 100644 (file)
@@ -611,7 +611,7 @@ do_load_solid_info(WIMStruct *wim, struct wim_resource_descriptor **rdescs,
 
                rdesc = rdescs[i];
 
 
                rdesc = rdescs[i];
 
-               wim_res_hdr_to_desc(&reshdr, wim, rdesc);
+               wim_reshdr_to_desc(&reshdr, wim, rdesc);
 
                /* For solid resources, the uncompressed size, compression type,
                 * and chunk size are stored in the resource itself, not in the
 
                /* For solid resources, the uncompressed size, compression type,
                 * and chunk size are stored in the resource itself, not in the
@@ -969,7 +969,7 @@ read_blob_table(WIMStruct *wim)
                        if (!rdesc)
                                goto oom;
 
                        if (!rdesc)
                                goto oom;
 
-                       wim_res_hdr_to_desc(&reshdr, wim, rdesc);
+                       wim_reshdr_to_desc(&reshdr, wim, rdesc);
 
                        blob_set_is_located_in_nonsolid_wim_resource(cur_blob, rdesc);
                }
 
                        blob_set_is_located_in_nonsolid_wim_resource(cur_blob, rdesc);
                }