mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
e57d983f5e
commit
46a53d440f
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;
|
int fd;
|
||||||
|
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW__)
|
||||||
const unichar *thePath = (const unichar*)[path filesystemRepresentation];
|
const unichar *thePath = (const unichar*)[path fileSystemRepresentation];
|
||||||
#else
|
#else
|
||||||
const char *thePath = [path fileSystemRepresentation];
|
const char *thePath = [path fileSystemRepresentation];
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue