[libgsf] zip: use gint8 for the zip64 member.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgsf] zip: use gint8 for the zip64 member.
- Date: Sat, 29 Nov 2014 17:41:36 +0000 (UTC)
commit e244f6090006619d7c9fd6e4bb2b86447f1f418e
Author: Morten Welinder <terra gnome org>
Date: Sat Nov 29 12:30:50 2014 -0500
zip: use gint8 for the zip64 member.
gsf/gsf-outfile-zip.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsf/gsf-outfile-zip.c b/gsf/gsf-outfile-zip.c
index f2385ed..4ea3813 100644
--- a/gsf/gsf-outfile-zip.c
+++ b/gsf/gsf-outfile-zip.c
@@ -50,7 +50,7 @@ struct _GsfOutfileZip {
GsfOutput *sink;
GsfOutfileZip *root;
- gboolean zip64;
+ gint8 zip64;
char *entry_name;
GsfZipVDir *vdir;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]