mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 23:09:12 +02:00
Merged revisions 1483 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk r1483 (florian) * fixed copy&paste error (bug 4289) git-svn-id: branches/fixes_2_0@1484 -
This commit is contained in:
parent
f336535035
commit
d3db566621
@ -686,7 +686,7 @@ begin
|
||||
Inc(buf);
|
||||
if not (CheckFor('yes''') or CheckFor('no''')) then
|
||||
RaiseExc('Expected ''yes'' or ''no''');
|
||||
end else if buf[0] = '''' then
|
||||
end else if buf[0] = '"' then
|
||||
begin
|
||||
Inc(buf);
|
||||
if not (CheckFor('yes"') or CheckFor('no"')) then
|
||||
|
Loading…
Reference in New Issue
Block a user