Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information