View | Details | Raw Unified | Return to bug 129642
Collapse All | Expand All

(-)gdk-pixbuf-0.22.0/gdk-pixbuf/io-xpm.c (-1 / +2 lines)
Lines 287-293 file_buffer (enum buf_op op, gpointer ha Link Here
287
		/* Fall through to the xpm_read_string. */
287
		/* Fall through to the xpm_read_string. */
288
288
289
	case op_body:
289
	case op_body:
290
		xpm_read_string (h->infile, &h->buffer, &h->buffer_size);
290
		if(!xpm_read_string (h->infile, &h->buffer, &h->buffer_size))
291
			return NULL;
291
		return h->buffer;
292
		return h->buffer;
292
293
293
	default:
294
	default:

Return to bug 129642