git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-10-14 13:10:52 +00:00
parent 3d1bddc7af
commit 0ceff0e920

View file

@ -3008,7 +3008,7 @@ getBytes(void* dst, void* src, unsigned len, unsigned limit, unsigned *pos)
int fd;
#if defined(__MINGW__)
const unichar *thePath = (const unichar*)[path filesystemRepresentation];
const unichar *thePath = (const unichar*)[path fileSystemRepresentation];
#else
const char *thePath = [path fileSystemRepresentation];
#endif