mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
* Fix return type of PageCount when not using marker
git-svn-id: trunk@37272 -
This commit is contained in:
parent
642e08a573
commit
9aa7d07896
@ -6582,7 +6582,7 @@ begin
|
||||
if UsePageCountMarker then
|
||||
Result.ResString := cPageCountMarker
|
||||
else
|
||||
Result.ResString := IntToStr(FPageCount);
|
||||
Result.ResInteger := FPageCount;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user