]> wimlib.net Git - wimlib/blobdiff - src/integrity.c
Encodings update (IN PROGRESS)
[wimlib] / src / integrity.c
index e977055d937be2d939fcc4864ad18a39a778e8ce..67119211e8fdeffc29a5d4bd268b2165aa386091 100644 (file)
@@ -454,7 +454,7 @@ out_free_old_table:
  *     were no inconsistencies.
  *     -1 (WIM_INTEGRITY_NOT_OK) if the WIM failed the integrity check.
  */
-static int verify_integrity(FILE *fp, const mbchar *filename,
+static int verify_integrity(FILE *fp, const tchar *filename,
                            const struct integrity_table *table,
                            u64 bytes_to_check,
                            wimlib_progress_func_t progress_func)