This commit is contained in:
Behdad Esfahbod 2011-09-16 00:54:05 -04:00
parent 4451168e5d
commit 674ee58d9b

View File

@ -477,9 +477,7 @@ font_options_t::get_font (void) const
user_data = (void *) font_data;
mm = HB_MEMORY_MODE_WRITABLE;
} else {
fail (FALSE, "Failed reading font file `%s': %s",
g_filename_display_name (font_file),
error->message);
fail (FALSE, "%s", error->message);
//g_error_free (error);
}
}