mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Fix spurious "Missing ']'" error reported by Jochen Sprickerhof
This commit is contained in:
@@ -474,6 +474,9 @@ int ParseChar(ParsePtr p, int *err, int peek)
|
||||
DestroyParser(p);
|
||||
return 0;
|
||||
}
|
||||
while(*p->pos && (isempty(*p->pos))) {
|
||||
p->pos++;
|
||||
}
|
||||
if (*p->pos != END_OF_EXPR) {
|
||||
*err = E_MISS_END;
|
||||
DestroyParser(p);
|
||||
|
||||
Reference in New Issue
Block a user