]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/Templates/WOComponentScriptPart.m
use %p for pointer formats, fixed gcc 4.1 warnings, minor code improvs
[sope] / sope-appserver / NGObjWeb / Templates / WOComponentScriptPart.m
index 54112df4b29831c2244cb192eb08239e3c4e8f1c..736ca55c2ad43877771a8ab852a9fa1d5eac17d3 100644 (file)
   NSMutableString *ms;
 
   ms = [NSMutableString stringWithCapacity:32];
-  [ms appendFormat:@"<0x%08X[%@]:", self, NSStringFromClass([self class])];
+  [ms appendFormat:@"<0x%p[%@]:", self, NSStringFromClass([self class])];
   
   if (self->url) {
     if ([self->url isFileURL])