From 4f15fa6b606733adb25f6512cce681533d908780 Mon Sep 17 00:00:00 2001 From: Chris AtLee Date: Fri, 30 Mar 2012 17:20:35 -0400 Subject: [PATCH] fix build problems with incorrect pointer assignments --- manifest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3