mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix in str_char
This commit is contained in:
@@ -339,6 +339,8 @@ void PgfExprParser::str_char()
|
||||
case 't':
|
||||
putc('\t');
|
||||
break;
|
||||
case '0':
|
||||
puts("\0");
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user