]> wimlib.net Git - wimlib/blobdiff - src/resource.c
Fix -version-info (interfaces were added)
[wimlib] / src / resource.c
index 3c0804b0d3a98c4f9f5e83b8afe21f8c90cf769b..8f3ba1169a353d8c6ec3c939decb895918a47293 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
@@ -644,7 +644,7 @@ int extract_wim_resource(const struct wim_lookup_table_entry *lte,
                if (!hashes_equal(hash, lte->hash)) {
                #ifdef ENABLE_ERROR_MESSAGES
                        ERROR("Invalid checksum on the following WIM resource:");
-                       print_lookup_table_entry(lte);
+                       print_lookup_table_entry(lte, stderr);
                #endif
                        return WIMLIB_ERR_INVALID_RESOURCE_HASH;
                }