]> err.no Git - sope/commitdiff
fixed some issue
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 15 Feb 2005 23:55:59 +0000 (23:55 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 15 Feb 2005 23:55:59 +0000 (23:55 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@564 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGExtensions/ChangeLog
sope-core/NGExtensions/NGObjCRuntime.m
sope-core/NGExtensions/Version

index 3dc6a840fbee149b5857343c6eb66595655dcd43..45f7cf9414b1e6e9e3eead577d4362626a33e134 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGObjCRuntime.m: fixed some issue with the last commit (v4.5.149)
+
 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGObjCRuntime.m: decoupled some varargs processing (v4.5.148)
index 80b461755d016357b9474f0a8b3590021a19740a..c95c7b2d2414c3e6fec0c51ce41a95bb473345f2 100644 (file)
@@ -601,7 +601,6 @@ fillMethodListWithSpecs(MethodList_t methods, SEL _selector, va_list *va)
       ivars->ivar_list[ivarCount].ivar_type   = ivarType;
       ivars->ivar_list[ivarCount].ivar_offset = ivarOffset;
     }
-    va_end(va);
   
     return [self subclass:_className ivarsList:ivars];
   }
index ec9dec8fd8a60cb614e9bf67bfa0b1f628f14483..7e2e8f48bc966a0940e5b31c099591e49f0a8592 100644 (file)
@@ -1,6 +1,6 @@
 # version
 
-SUBMINOR_VERSION:=148
+SUBMINOR_VERSION:=149
 
 # v4.3.115 requires libFoundation v1.0.59
 # v4.2.72  requires libEOControl  v4.2.39