]> git.ipfire.org Git - thirdparty/git.git/commit
sparse fix: Using plain integer as NULL pointer
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 18 Nov 2006 12:06:56 +0000 (13:06 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Nov 2006 19:40:07 +0000 (11:40 -0800)
commit38f4d138ee101f3f238ffd43fac76f5b951516c1
treeb357fbfe0d8699b8ceb58472c7743267cb48b17b
parenta6e8a7677055e092424db42c044774bc6dbd74f6
sparse fix: Using plain integer as NULL pointer

Z_NULL is defined as 0, use a proper NULL pointer in its stead.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
archive-zip.c