From: Chris AtLee Date: Fri, 30 Mar 2012 21:20:35 +0000 (-0400) Subject: fix build problems with incorrect pointer assignments X-Git-Tag: v3.2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f15fa6b606733adb25f6512cce681533d908780;p=thirdparty%2Fccache.git fix build problems with incorrect pointer assignments --- diff --git a/manifest.c b/manifest.c index e5383a193..fc605037a 100644 --- a/manifest.c +++ b/manifest.c @@ -690,7 +690,7 @@ manifest_dump(const char *manifest_path, FILE *stream) { struct manifest *mf = NULL; int fd; - gzFile *f = NULL; + gzFile f = NULL; bool ret = false; unsigned i, j;