builtin-mv: fix use of uninitialized memory.
authorJunio C Hamano <junkio@cox.net>
Tue, 8 Aug 2006 19:21:33 +0000 (12:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 8 Aug 2006 19:47:55 +0000 (12:47 -0700)
Juergen Ruehle noticed that add_slash() tries to strcat()
into uninitialized memory and fails.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found