From 674ee58d9bc9f825d769220d77f58513edae4558 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 16 Sep 2011 00:54:05 -0400 Subject: [PATCH] Minor --- util/options.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util/options.cc b/util/options.cc index b1fb4ce2f..aab24033e 100644 --- a/util/options.cc +++ b/util/options.cc @@ -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); } }