safe_create_leading_directories(): always restore slash at end of loop
commit9e6f885d146c58b23b166a99b93f115735b7bf22
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 6 Jan 2014 13:45:24 +0000 (6 14:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2014 17:34:21 +0000 (6 09:34 -0800)
tree6729b22e662002f20feba981ee4efae6b91b6104
parentbf10cf70ad0c777dbbbb00bbb741436e285c2181
safe_create_leading_directories(): always restore slash at end of loop

Always restore the slash that we scribbled over at the end of the
loop, rather than also fixing it up at each premature exit from the
loop.  This makes it harder to forget to do the cleanup as new paths
are added to the code.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c