mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
parent
22b643063e
commit
8441f2de01
@ -18,7 +18,7 @@ unit fppdfparser;
|
||||
{$mode ObjFPC}{$H+}
|
||||
{$J-}
|
||||
|
||||
{$DEFINE DEBUGSTREAMS}
|
||||
{ $DEFINE DEBUGSTREAMS}
|
||||
{ $DEFINE DUMPSTREAMS}
|
||||
|
||||
interface
|
||||
@ -827,7 +827,9 @@ function TPDFParser.ParseCMap(aStream : TStream) : TPDFCMap;
|
||||
begin
|
||||
Result:=TPDFCMap.Create;
|
||||
try
|
||||
{$IFDEF DEBUGSTREAMS}
|
||||
SaveStreamToFile('parsecmap',aStream);
|
||||
{$ENDIF}
|
||||
ParseCMap(aStream,Result);
|
||||
except
|
||||
Result.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user