From 40e81e99fe3fd8ca9ced4420ee05110ad752a438 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 15 Feb 2005 23:55:59 +0000 Subject: [PATCH] fixed some issue git-svn-id: http://svn.opengroupware.org/SOPE/trunk@564 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-core/NGExtensions/ChangeLog | 4 ++++ sope-core/NGExtensions/NGObjCRuntime.m | 1 - sope-core/NGExtensions/Version | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 3dc6a840..45f7cf94 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Helge Hess + + * NGObjCRuntime.m: fixed some issue with the last commit (v4.5.149) + 2005-02-14 Helge Hess * NGObjCRuntime.m: decoupled some varargs processing (v4.5.148) diff --git a/sope-core/NGExtensions/NGObjCRuntime.m b/sope-core/NGExtensions/NGObjCRuntime.m index 80b46175..c95c7b2d 100644 --- a/sope-core/NGExtensions/NGObjCRuntime.m +++ b/sope-core/NGExtensions/NGObjCRuntime.m @@ -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]; } diff --git a/sope-core/NGExtensions/Version b/sope-core/NGExtensions/Version index ec9dec8f..7e2e8f48 100644 --- a/sope-core/NGExtensions/Version +++ b/sope-core/NGExtensions/Version @@ -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 -- 2.39.5