Removes duplicate slashes from the path in canonicalize_path(). It
Bruce Momjian <bruce@momjian.us>
Removes duplicate slashes from the path in canonicalize_path(). It preserve double leading slashes on Win32. e.g. ////a////b => /a/b
Files
| Path | Change | +/− |
|---|---|---|
| src/port/path.c | modified | +27 −7 |