mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix accidentally deleted line
This commit is contained in:
parent
07fed93200
commit
2473c744d1
1 changed files with 1 additions and 0 deletions
|
@ -1014,6 +1014,7 @@ _find_main_bundle_for_tool(NSString *toolName)
|
|||
{
|
||||
ver = [[libraryName substringFromIndex: NSMaxRange(r)]
|
||||
stringByReplacingString: @"_" withString: @"."];
|
||||
libraryName = [libraryName substringToIndex: r.location];
|
||||
}
|
||||
}
|
||||
#elif defined(__APPLE__)
|
||||
|
|
Loading…
Reference in a new issue