mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 19:20:38 +02:00
* fixed copy&paste error (bug 4289)
git-svn-id: trunk@1483 -
This commit is contained in:
parent
8d9e9b24a6
commit
5a29bbda0f
@ -686,7 +686,7 @@ begin
|
|||||||
Inc(buf);
|
Inc(buf);
|
||||||
if not (CheckFor('yes''') or CheckFor('no''')) then
|
if not (CheckFor('yes''') or CheckFor('no''')) then
|
||||||
RaiseExc('Expected ''yes'' or ''no''');
|
RaiseExc('Expected ''yes'' or ''no''');
|
||||||
end else if buf[0] = '''' then
|
end else if buf[0] = '"' then
|
||||||
begin
|
begin
|
||||||
Inc(buf);
|
Inc(buf);
|
||||||
if not (CheckFor('yes"') or CheckFor('no"')) then
|
if not (CheckFor('yes"') or CheckFor('no"')) then
|
||||||
|
Loading…
Reference in New Issue
Block a user