Comment 15 for bug 907761

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

I suggest to change
if (paddr->pfldDes->field_type == DBF_STRING)
to
if (paddr->pfldDes && paddr->pfldDes->field_type == DBF_STRING)