DORMANTno replies

[PATCH] builtin/apply.c: Fix a "Using plain integer as NULL pointer" warning

From: Ramsay Jones <hidden>
Date: 2016-06-15 22:53:49
Subsystem: the rest · Maintainer: Linus Torvalds


Signed-off-by: Ramsay Jones <redacted>
---

Hi Junio,

Could you please squash this into commit fe823c5 ("apply: plug the
three-way merge logic in", 09-05-2012) in branch 'jc/apply-3way'.

Thanks!

ATB,
Ramsay Jones

 builtin/apply.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/apply.c b/builtin/apply.c
index 507c73c..9cf3ce7 100644
--- a/builtin/apply.c
+++ b/builtin/apply.c
@@ -3094,7 +3094,7 @@ static int three_way_merge(struct image *image,
 			   const unsigned char *theirs)
 {
 	mmfile_t base_file, our_file, their_file;
-	mmbuffer_t result = { 0 };
+	mmbuffer_t result = { NULL };
 	int status;
 
 	read_mmblob(&base_file, base);
-- 
1.7.10
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help