commit | 674ee58d9bc9f825d769220d77f58513edae4558 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Sep 16 00:54:05 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Sep 16 00:54:05 2011 -0400 |
tree | f4b731bbce5ad0868d2f348ce3b26cd70eaf7dba | |
parent | 4451168e5d1ea26560899e9a9733b3a3f1853050 [diff] |
Minor
diff --git a/util/options.cc b/util/options.cc index b1fb4ce..aab2403 100644 --- a/util/options.cc +++ b/util/options.cc
@@ -477,9 +477,7 @@ 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); } }