You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/01 21:17:46 UTC

[2/2] incubator-corinthia git commit: changed FILE * to void *

changed FILE * to void *


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/b53aa9e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/b53aa9e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/b53aa9e0

Branch: refs/heads/newZipExperiment2
Commit: b53aa9e01cf00315fa0a716f278af621733d53f3
Parents: 11313b2
Author: jani <ja...@apache.org>
Authored: Sat Aug 1 21:17:28 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Sat Aug 1 21:17:28 2015 +0200

----------------------------------------------------------------------
 DocFormats/headers/DFPlatform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/b53aa9e0/DocFormats/headers/DFPlatform.h
----------------------------------------------------------------------
diff --git a/DocFormats/headers/DFPlatform.h b/DocFormats/headers/DFPlatform.h
index ef7cc4d..3eee304 100644
--- a/DocFormats/headers/DFPlatform.h
+++ b/DocFormats/headers/DFPlatform.h
@@ -79,7 +79,7 @@ typedef struct {
 } DFextZipDirEntry;
 typedef DFextZipDirEntry * DFextZipDirEntryP;
 typedef struct {
-	FILE             *zipFile;        // file handle to zip file
+	void             *zipFile;        // file handle to zip file
 	int               zipFileCount;   // number of entries in array
 	DFextZipDirEntry *zipFileEntries; // array with filenames in zip
 } DFextZipHandle;