Thread
:
Xournal for Fremantle
View Single Post
edanaher
2010-02-10 , 23:24
Posts: 5 | Thanked: 4 times | Joined on Jan 2010
#
268
So, line 858 or so of xo-print.c (I may have messed up the line numbers very slightly with my debugging stuff) is
Code:
tmpfile = mkstemp(g_strdup(TMPDIR_TEMPLATE));
tmpfile is a char*, mkstemp returns a file handle. If, instead, you use mktemp, it gives you the file name, which is then what the later functions expect.
Kind of a silly mistake... not sure where it came from, but easy to fix. I can now export pdf files with text it them, and it'll get some good stress-testing over the next week with grading.
Quote & Reply
|
edanaher
View Public Profile
Send a private message to edanaher
Find all posts by edanaher