davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

Make argument of parse_command_line_options unowned #38

Closed rschroll closed 11 years ago

rschroll commented 11 years ago

After commit eb6d264a, I'm getting seg faults whenever running pdfpc with any options. This fixes it for me, though I can't tell you why.

davvil commented 11 years ago

Thanks