*** 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:
Scott Christley 1997-07-08 01:32:39 +00:00
parent 44ac0a160d
commit 9dd614a626

View file

@ -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];