mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixes - PostScript functions can have blocks without if - for example '{ 2 3 add }'
This commit is contained in:
@@ -403,7 +403,8 @@ public:
|
||||
// blocks (call and return function).
|
||||
Call,
|
||||
Return,
|
||||
Push
|
||||
Push,
|
||||
Execute
|
||||
};
|
||||
|
||||
/// Gets the code from the byte array. If byte array contains invalid data,
|
||||
|
Reference in New Issue
Block a user