]> git.proxmox.com Git - libgit2.git/commit
Fix git__strntolower
authorCarlos Martín Nieto <cmn@elego.de>
Wed, 27 Apr 2011 09:20:38 +0000 (11:20 +0200)
committerCarlos Martín Nieto <cmn@elego.de>
Wed, 27 Apr 2011 09:20:38 +0000 (11:20 +0200)
commit0130d8184e7a0087a5b95700e9a19d60f35b869f
tree75d7b053f22dc57be603e834619e993d0adce013
parenta68cf94b37b59fbc5a00dca9e7488da717bfea4e
Fix git__strntolower

Obviously, the whole string should be lower-cased and not just the
last char.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
src/config.c