mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
remove useless check
This commit is contained in:
parent
fec1eafa32
commit
9ba8e9123b
2 changed files with 2 additions and 8 deletions
|
@ -6,6 +6,7 @@
|
||||||
* Source/GSString.m: raise exception on character conversion failure
|
* Source/GSString.m: raise exception on character conversion failure
|
||||||
* Source/NSNumberFormatter.m: remove dead code
|
* Source/NSNumberFormatter.m: remove dead code
|
||||||
* Source/NSPropertyList.m: avoid warnings using cast to void
|
* Source/NSPropertyList.m: avoid warnings using cast to void
|
||||||
|
* Tools/AGSHtml.m: remove useless test
|
||||||
|
|
||||||
2018-02-07 Yavor Doganov <yavor@gnu.org>
|
2018-02-07 Yavor Doganov <yavor@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -1019,14 +1019,7 @@ static NSString *mainFont = nil;
|
||||||
}
|
}
|
||||||
else if ([[tmp name] isEqual: @"vararg"] == YES)
|
else if ([[tmp name] isEqual: @"vararg"] == YES)
|
||||||
{
|
{
|
||||||
if (hadArg == YES)
|
str = [str stringByAppendingString: @"<b>,...</b>"];
|
||||||
{
|
|
||||||
str = [str stringByAppendingString: @"<b>,...</b>"];
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
str = [str stringByAppendingString: @"<b>,...</b>"];
|
|
||||||
}
|
|
||||||
children = [tmp nextElement];
|
children = [tmp nextElement];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue