Target.m
changeset 8 5588347dfcbd
parent 7 59addced5e2a
child 11 e5976864dfe9
     1.1 --- a/Target.m	Fri May 02 12:49:43 2008 -0700
     1.2 +++ b/Target.m	Wed May 07 16:47:44 2008 -0700
     1.3 @@ -136,6 +136,7 @@
     1.4      id result;
     1.5      NSMutableArray *invocations = $castIf(NSMutableArray,_invocations);
     1.6      if( invocations ) {
     1.7 +        result = nil;
     1.8          for( NSInvocation *invocation in invocations )
     1.9              result = invokeSingleTarget(invocation,sender);
    1.10      } else {