From 46a53d440fdcaf919d9b4422a34baf225ff5c579 Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 14 Oct 2011 13:10:52 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33986 72102866-910b-0410-8b05-ffd578937521 --- Source/NSData.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSData.m b/Source/NSData.m index ae5443e08..db23b0b00 100644 --- a/Source/NSData.m +++ b/Source/NSData.m @@ -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