mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:39:33 +02:00
+ fix from Robert Zierer
This commit is contained in:
parent
a631b25fa9
commit
8822018ebd
@ -206,7 +206,10 @@ function act_char : Char;
|
||||
else
|
||||
begin
|
||||
while pop_macro do ;
|
||||
act_char := buf[bufptr];
|
||||
if (bufptr>0) then
|
||||
act_char := buf[bufptr]
|
||||
else
|
||||
act_char:=#0;
|
||||
end
|
||||
end(*act_char*);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user