View | Details | Raw Unified | Return to bug 145163 | Differences between
and this patch

Collapse All | Expand All

(-)src/pilot-read-notepad.c (-2 / +1 lines)
Lines 166-173 Link Here
166
   width = n->body.width + 8;
166
   width = n->body.width + 8;
167
167
168
   png_ptr = png_create_write_struct
168
   png_ptr = png_create_write_struct
169
     ( PNG_LIBPNG_VER_STRING, png_voidp_NULL,
169
     ( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
170
       png_error_ptr_NULL, png_error_ptr_NULL);
171
170
172
   if(!png_ptr)
171
   if(!png_ptr)
173
     return;
172
     return;

Return to bug 145163