From a65cf68c419f8ea668aa797f1b9cd2a9233a9c1e Mon Sep 17 00:00:00 2001 From: Patrick Mosby Date: Fri, 19 Jun 2009 11:35:48 +0200 Subject: [PATCH] Initialize newly created iVar (conversionSuccessful) --- AppController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/AppController.m b/AppController.m index 2950635..a883ce1 100644 --- a/AppController.m +++ b/AppController.m @@ -18,6 +18,7 @@ - (id)init self = [super init]; if (self) { + conversionSuccessful = NO; self.inputFilePath = nil; self.outputFilePath = nil; [NSApp setDelegate:self];