Skip to content

poppler_annot_free_text_get_callout_line: Fix wrong static cast

Albert Astals Cid requested to merge aacid/poppler:glib_multiline into master

static_cast always "suceeds" so it makes no sense using it to check if the callout is multiline or not

Merge request reports