From f350bbd7ac106a9e5c4d09cf0a104f8581851dd2 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Wed, 1 Oct 2003 22:40:02 +0000 Subject: [PATCH] Whoops! I really ought to build my code to test before committing, eh? :) --- MTBlingController.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MTBlingController.m b/MTBlingController.m index fb1a66b..e9b8ce2 100755 --- a/MTBlingController.m +++ b/MTBlingController.m @@ -137,11 +137,12 @@ { if ( ! (checkDone == 2475) ) { if ( ! ([self checkKeyFile] == 7465) ) { - return 0 + checkDone = 0; } else { - return 2475; + checkDone = 2475; } } + return checkDone; } - (void)finishValidSheet:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo -- 2.20.1