From: helge Date: Tue, 4 Jul 2006 00:23:38 +0000 (+0000) Subject: fixed a 64bit issue X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ab1391483082d876d5601a2a721b56be7769f4;p=sope fixed a 64bit issue git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1302 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/SoObjects/SoSubContext.m b/sope-appserver/NGObjWeb/SoObjects/SoSubContext.m index 7ce9a18f..6698bd68 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoSubContext.m +++ b/sope-appserver/NGObjWeb/SoObjects/SoSubContext.m @@ -123,7 +123,7 @@ - (NSString *)description { return [NSString stringWithFormat: @"<0x%p[%@]: parent=0x%p>", - (unsigned)self, NSStringFromClass([self class]), + self, NSStringFromClass([self class]), [self parentContext]]; }