]> wimlib.net Git - wimlib/blobdiff - src/wim.c
Various fixes
[wimlib] / src / wim.c
index b2ed8d98b77b58c1f439818e81f6dcf655482198..d105e8bacf1b250cee003e0d17ce8c2ff68e0663 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -223,7 +223,7 @@ int wimlib_select_image(WIMStruct *w, int image)
                #ifdef ENABLE_DEBUG
                DEBUG("Reading metadata resource specified by the following "
                      "lookup table entry:");
                #ifdef ENABLE_DEBUG
                DEBUG("Reading metadata resource specified by the following "
                      "lookup table entry:");
-               print_lookup_table_entry(imd->metadata_lte, NULL);
+               print_lookup_table_entry(imd->metadata_lte);
                #endif
                return read_metadata_resource(w->fp, 
                                              wimlib_get_compression_type(w), 
                #endif
                return read_metadata_resource(w->fp, 
                                              wimlib_get_compression_type(w),