git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-10-14 13:10:52 +00:00
parent e57d983f5e
commit 46a53d440f

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