]> git.ipfire.org Git - thirdparty/git.git/commit - gitweb/gitweb.perl
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)
commit6e72cf43a7b19bca62cebee5b1e4f43943c3b6fb
treed420ec7b8c1e8f1e5c24925abb8e1be6f8b70e16
parent9c9410e115add56bc33a57f16c7e64da2e1fb0ec
gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')

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>
gitweb/gitweb.perl