X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fgnumeric-reader.c;h=b9def31cb6d7ee9c9b728cb1a76125f08716ec18;hb=f8c98fa3dd23b6aca3efec62ca4bad36206b934f;hp=56ebc3062aed3090ccf26748b8d96a105bac85dc;hpb=2f7b367bf796c63c595ac837b716cce535ffd5bf;p=pspp diff --git a/src/data/gnumeric-reader.c b/src/data/gnumeric-reader.c index 56ebc3062a..b9def31cb6 100644 --- a/src/data/gnumeric-reader.c +++ b/src/data/gnumeric-reader.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -294,7 +294,8 @@ gnumeric_open_reader (struct spreadsheet_read_info *gri, struct dictionary **dic r = xzalloc (sizeof *r); - r->xtr = xmlReaderForIO ((xmlInputReadCallback) gzread, gzclose, gz, + r->xtr = xmlReaderForIO ((xmlInputReadCallback) gzread, + (xmlInputCloseCallback) gzclose, gz, NULL, NULL, 0); if ( r->xtr == NULL)