mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
mingw32 unicode fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ef387ccd5
commit
8333380ff0
18 changed files with 314 additions and 191 deletions
|
@ -122,7 +122,7 @@ static NSString *library_combo =
|
|||
const char *
|
||||
objc_executable_location (void)
|
||||
{
|
||||
return [[_executable_path stringByDeletingLastPathComponent]
|
||||
return (const char*)[[_executable_path stringByDeletingLastPathComponent]
|
||||
fileSystemRepresentation];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue