]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
fix build problems with incorrect pointer assignments
authorChris AtLee <catlee@mozilla.com>
Fri, 30 Mar 2012 21:20:35 +0000 (17:20 -0400)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Apr 2012 08:57:12 +0000 (10:57 +0200)
manifest.c

index e5383a193f0b85ed79275933b2cc32b54bf63a2d..fc605037a0130c0a863dce25e6cab20183143a0a 100644 (file)
@@ -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;