]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/Templates/WOComponentScript.m
use %p for pointer formats, fixed gcc 4.1 warnings, minor code improvs
[sope] / sope-appserver / NGObjWeb / Templates / WOComponentScript.m
index 86fab87af1c57f086fb6329de6affe45a1d14c1b..0703c85416dd39b04a1a64d96ffff89c2f53c8c5 100644 (file)
@@ -94,7 +94,7 @@
   NSMutableString *ms;
 
   ms = [NSMutableString stringWithCapacity:32];
-  [ms appendFormat:@"<0x%08X[%@]:", self, NSStringFromClass([self class])];
+  [ms appendFormat:@"<0x%p[%@]:", self, NSStringFromClass([self class])];
 
   if ([self->language length] > 0)
     [ms appendFormat:@" language=%@", self->language];