diff.c: don't add extra '/' to pathname
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 17:21:13 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 17:21:13 +0000 (10:21 -0700)
commit4765dd57e6115d6e04e26a652676f02abe9c143d
tree37f46a6a23ddf614a1f2c2dbf7c09a309a11ac7a
parentc9cddabe997e4342eb7acfc3f5922e85baddb300
diff.c: don't add extra '/' to pathname

The "base" string already contains any finishing "/", so the way
to get the full pathname is to just concatenate the base and
path directly, with no extra slashes in between.
diff.c