Minor
This commit is contained in:
parent
4451168e5d
commit
674ee58d9b
|
@ -477,9 +477,7 @@ font_options_t::get_font (void) const
|
||||||
user_data = (void *) font_data;
|
user_data = (void *) font_data;
|
||||||
mm = HB_MEMORY_MODE_WRITABLE;
|
mm = HB_MEMORY_MODE_WRITABLE;
|
||||||
} else {
|
} else {
|
||||||
fail (FALSE, "Failed reading font file `%s': %s",
|
fail (FALSE, "%s", error->message);
|
||||||
g_filename_display_name (font_file),
|
|
||||||
error->message);
|
|
||||||
//g_error_free (error);
|
//g_error_free (error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue