mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2356 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44ac0a160d
commit
9dd614a626
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ forKey:(NSString *)key;
|
|||
{
|
||||
range.location++;
|
||||
range.length = length - range.location - 4;
|
||||
fileName = [fileName substringWithRange:range];
|
||||
fileName = [fileName substringFromRange:range];
|
||||
}
|
||||
else
|
||||
fileName = [fileName substringToIndex:length - 4];
|
||||
|
|
Loading…
Reference in a new issue