projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb5a888
)
dump: Apostrophe can be used as grouping character.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 8 Aug 2015 08:01:35 +0000
(
01:01
-0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 8 Aug 2015 08:01:35 +0000
(
01:01
-0700)
dump.c
patch
|
blob
|
history
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