dump: Apostrophe can be used as grouping character.
[pspp] / dump.c
diff --git a/dump.c b/dump.c
index 55ad4bc64ca55316839a244f0a7bb1692d023548..976764dfe7f98a6a5764b341bc211ffba3e48bb9 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -831,7 +831,7 @@ dump_fonts(void)
     match_u32_assert(UINT32_MAX);
   if (match_byte('.'))
     {
-      if (!match_byte(','))
+      if (!match_byte(',') && !match_byte('\''))
         match_byte_assert(' ');
     }
   else