mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d1bddc7af
commit
0ceff0e920
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue