[poppler] Marked content, Gfx.cc
Albert Astals Cid
aacid at kde.org
Thu Feb 18 15:15:53 PST 2010
A Dijous, 18 de febrer de 2010, Adrian Johnson va escriure:
> Albert Astals Cid wrote:
> > This patch can not be added as is as it will cause TextOutputDev to
> > crash since it uses the properties dictionary assuming it won't be null.
> >
> > Adrian can you have a look and tell me if we should just convert
> >
> > if (properties->lookup("ActualText", &obj)) {
> >
> > to
> >
> > if (properties && properties->lookup("ActualText", &obj)) {
>
> Looks ok to me.
Ok, i've pushed the patch.
Albert
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler
More information about the poppler
mailing list