summaryrefslogtreecommitdiff
path: root/font-viewer/font-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'font-viewer/font-utils.c')
-rw-r--r--font-viewer/font-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/font-utils.c b/font-viewer/font-utils.c
index 7ec5f605..6c96395a 100644
--- a/font-viewer/font-utils.c
+++ b/font-viewer/font-utils.c
@@ -47,7 +47,7 @@ font_utils_get_font_name_for_file (FT_Library library,
file = g_file_new_for_path (path);
uri = g_file_get_uri (file);
- face = sushi_new_ft_face_from_uri (library, uri, &contents, &error);
+ face = sushi_new_ft_face_from_uri (library, uri, 0, &contents, &error);
if (face != NULL) {
name = font_utils_get_font_name (face);
FT_Done_Face (face);