From 1185dbdd91089fd223827043c6d49993c5a1e3da Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 2 Sep 1996 13:57:39 +0000 Subject: [PATCH] ([Connection -_service_forwardForProxy:]): Use new exception variable name. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1669 72102866-910b-0410-8b05-ffd578937521 --- Source/Connection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Connection.m b/Source/Connection.m index 280225077..db66e9617 100644 --- a/Source/Connection.m +++ b/Source/Connection.m @@ -722,7 +722,7 @@ static int messages_received_count; [op encodeValueOfCType: @encode(BOOL) at: &is_exception withName: @"Exceptional reply flag"]; - [op encodeBycopyObject: exception + [op encodeBycopyObject: localException withName: @"Exception object"]; [op dismiss]; }