Skip to content

Commit

Permalink
save cairo unsigned char in sv (scalar)
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Apr 27, 2009
1 parent 6de95ff commit 518d941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Poppler.xs
Expand Up @@ -347,10 +347,10 @@ CODE:
OUTPUT:
RETVAL

unsigned char*
SV*
OutputDevData::get_cairo_data()
CODE:
RETVAL = THIS->cairo_data;
RETVAL = (SV*) THIS->cairo_data;
OUTPUT:
RETVAL

Expand Down

0 comments on commit 518d941

Please sign in to comment.