diff -crB gmameui-0.2.12/src/gmameui-zip-utils.c gmameui-0.2.12.new/src/gmameui-zip-utils.c *** gmameui-0.2.12/src/gmameui-zip-utils.c 2009-06-20 11:04:18.000000000 +0100 --- gmameui-0.2.12.new/src/gmameui-zip-utils.c 2013-03-01 20:53:47.304254359 +0000 *************** *** 91,97 **** buffer_data = (gchar *) g_malloc0 (filesize); /* Read the zipped pixbuf into memory */ ! archive_read_data_into_buffer (zipfile, buffer_data, filesize); pixbuf = load_pixbuf_data (buffer_data, filesize); --- 91,97 ---- buffer_data = (gchar *) g_malloc0 (filesize); /* Read the zipped pixbuf into memory */ ! archive_read_data (zipfile, buffer_data, filesize); pixbuf = load_pixbuf_data (buffer_data, filesize); *************** *** 107,110 **** return pixbuf; ! } \ No newline at end of file --- 107,110 ---- return pixbuf; ! }