Skip to content

Commit

Permalink
Initialize newly created iVar (conversionSuccessful)
Browse files Browse the repository at this point in the history
  • Loading branch information
halbtuerke committed Jun 19, 2009
1 parent a509f9a commit a65cf68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppController.m
Expand Up @@ -18,6 +18,7 @@ - (id)init
self = [super init];

if (self) {
conversionSuccessful = NO;
self.inputFilePath = nil;
self.outputFilePath = nil;
[NSApp setDelegate:self];
Expand Down

0 comments on commit a65cf68

Please sign in to comment.