Removes duplicate slashes from the path in canonicalize_path(). It
authorBruce Momjian <bruce@momjian.us>
Sun, 7 Nov 2004 02:12:17 +0000 (02:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 7 Nov 2004 02:12:17 +0000 (02:12 +0000)
commit33be9d359a827ba5c438428a621960f34c11b357
treea7f6a81c6363fdcf7dd0eca98620eccf759e3f27
parent336969e490d71c316a42fabeccda87f798e562dd
Removes duplicate slashes from the path in canonicalize_path().  It
preserve double leading slashes on Win32.

e.g.    ////a////b => /a/b
src/port/path.c