Tidyups and implementation of setSet: method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10010 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-05-22 09:30:07 +00:00
parent 5588f5026c
commit 5ac4382a6b
9 changed files with 78 additions and 38 deletions

View file

@ -610,7 +610,7 @@ SANITY();
if (range.length == 0)
{
NSWarnMLog(@"Attempt to set attribute for zero-length range", 0);
NSWarnMLog(@"Attempt to set attribute for zero-length range");
return;
}
if (attributes == nil)