* 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:
buzzdee 2013-06-09 13:53:39 +00:00
parent 2485f65c95
commit 4d9b27e690
2 changed files with 3 additions and 1 deletions

View file

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

View file

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