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)
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.


No differences found