[psaux] Extend Adobe interpreter. (setcurrentpoint)

* src/psaux/psintrp.c (cf2_interpT2CharString)
<setcurrentpoint>: Fix stack access.
This commit is contained in:
Ewald Hew 2017-07-24 11:37:30 +08:00
parent be82fc50b9
commit d980305f11
1 changed files with 3 additions and 2 deletions

View File

@ -1621,8 +1621,9 @@
...
#endif
x = top[0];
y = top[1];
curY = cf2_stack_popFixed( opStack );
curX = cf2_stack_popFixed( opStack );
decoder->flex_state = 0;
}
break;