gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')
authorJakub Narebski <jnareb@gmail.com>
Wed, 3 Jan 2007 19:47:24 +0000 (20:47 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Jan 2007 20:19:20 +0000 (12:19 -0800)
Fix bug in git_difftree_body subroutine; it was used '!=' comparison
operator for strings (file type) instead of correct 'ne'.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found