Skip to content

Commit

Permalink
Revert stupid delete in 5b064fc
Browse files Browse the repository at this point in the history
Fixes #668.
No cookie for @krono today.
  • Loading branch information
krono committed Nov 29, 2023
1 parent 5b1e8d9 commit 1b15c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/iOS/vm/OSX/sqSqueakOSXApplication.m
Expand Up @@ -426,6 +426,7 @@ - (int) parseArgument: (NSString *) argData peek: (char *) peek

- (void) parseArgs: (NSArray *) args {
numVMArgs = 0;
commandLineArguments = [args copyWithZone:null];
argsArguments = [[NSMutableArray alloc] initWithCapacity: [args count]];

if ([args count] < 2)
Expand Down

0 comments on commit 1b15c7e

Please sign in to comment.