[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mingw: wrong behaviour in path manipulating methods
From: |
Richard Frith-Macdonald |
Subject: |
Re: mingw: wrong behaviour in path manipulating methods |
Date: |
Sat, 17 Mar 2001 11:46:19 +0000 |
On Thursday, March 15, 2001, at 01:18 PM, Michael Scheibler wrote:
>
>
> NSString's path manipulation methods always assume that two path separators
> together have to be stripped to one, but on Windows it is correct to use
> \\server\path\file.ext (or //server/path/file.ext on MinGW)
> I found three methods where it is wrongly stripped and altered them:
>
Thanks ... I have committed your fixes.