summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 379ad294..c8d58201 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -388,7 +388,7 @@ pango_font_description_to_filename (const PangoFontDescription *desc)
p = result;
while (*p)
{
- if (strchr ("-_.", *p) == NULL && !isalnum (*p))
+ if (strchr ("-+_.", *p) == NULL && !isalnum (*p))
*p = '_';
p++;
}