commit | 38f4d138ee101f3f238ffd43fac76f5b951516c1 | [log] [tgz] |
---|---|---|
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | Sat Nov 18 13:06:56 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sat Nov 18 11:40:07 2006 -0800 |
tree | b357fbfe0d8699b8ceb58472c7743267cb48b17b | |
parent | a6e8a7677055e092424db42c044774bc6dbd74f6 [diff] |
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>