mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixup error intrduced in last commit
This commit is contained in:
parent
d98bc5cf2f
commit
a01afe20b9
1 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ NSString *GSPrivateSymbolPath(Class theClass)
|
|||
|
||||
s = [NSString stringWithUTF8String: info.dli_fname];
|
||||
s = [s stringByResolvingSymlinksInPath];
|
||||
s = [s stringByStandardizingPath];
|
||||
return [s stringByStandardizingPath];
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -327,7 +327,7 @@ NSString *GSPrivateSymbolPath(Class theClass)
|
|||
|
||||
s = [NSString stringWithUTF8String: ret];
|
||||
s = [s stringByResolvingSymlinksInPath];
|
||||
s = [s stringByStandardizingPath];
|
||||
return [s stringByStandardizingPath];
|
||||
}
|
||||
}
|
||||
return nil;
|
||||
|
|
Loading…
Reference in a new issue