mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
5588f5026c
commit
5ac4382a6b
9 changed files with 78 additions and 38 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue