mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 23:48:46 +00:00
* GSWeb/GSWUtils.m
do not use deprecated method, replace as suggested by warning git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2485f65c95
commit
4d9b27e690
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
* move files needed by the Apache adaptor from
|
||||
common into the Apache directory
|
||||
* remove GSWAdaptors/common and remaining stuff in there
|
||||
* GSWeb/GSWUtils.m
|
||||
do not use deprecated method, replace as suggested by warning
|
||||
|
||||
2013-06-06: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* GSWAdaptors/common/GSWAppConnectSocket.c
|
||||
|
|
|
@ -702,7 +702,7 @@ void ValidationExceptionRaiseFn0(const char *func,
|
|||
NSString* string= nil;
|
||||
va_list args;
|
||||
|
||||
if ([obj isInstance] == YES)
|
||||
if (class_isMetaClass([self class]) == NO)
|
||||
{
|
||||
c = '-';
|
||||
cls = [obj class];
|
||||
|
|
Loading…
Reference in a new issue