This commit is contained in:
Behdad Esfahbod 2012-07-29 19:56:54 -04:00
parent bb0e4ba3e9
commit 8a7e70ef65
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ main (int argc, char **argv)
hb_memory_mode_t mm;
#ifdef HAVE_GLIB
GMappedFile *mf = g_mapped_file_new (argv[1], FALSE, NULL);
GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL);
font_data = g_mapped_file_get_contents (mf);
len = g_mapped_file_get_length (mf);
destroy = (hb_destroy_func_t) g_mapped_file_unref;