Skip to content

Commit

Permalink
fix accidentally deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Nov 23, 2023
1 parent 07fed93 commit 2473c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/NSBundle.m
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ + (NSString*) _versionForLibrary: (NSString**)name
{
ver = [[libraryName substringFromIndex: NSMaxRange(r)]
stringByReplacingString: @"_" withString: @"."];
libraryName = [libraryName substringToIndex: r.location];
}
}
#elif defined(__APPLE__)
Expand Down

0 comments on commit 2473c74

Please sign in to comment.