Skip to content

Commit a3484d6

Browse files
committed
libcupsfilters: In texttopdf() did redirrection of stdout to outputfd
The texttopdf() filter function was missing the redirection of stdout to the output file descriptor of the function call, outputfd. On error of parsing the charset configuration file and loading the fonts exit(1) was called which would kill the caller in a filter function. This is corrected now, too.
1 parent d009d46 commit a3484d6

File tree

1 file changed

+128
-101
lines changed

1 file changed

+128
-101
lines changed

0 commit comments

Comments
 (0)