Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created August 7, 2011 08:15
Show Gist options
  • Save sprite2005/1130186 to your computer and use it in GitHub Desktop.
Save sprite2005/1130186 to your computer and use it in GitHub Desktop.
2011-08-07 10:12:52.179 WWFC[3605:6e0b] Master Word List ['STRAPS'] = STRAPS, Master Word List ['STRAPS'] = (null)
NSLog(@"Master Word List ['STRAPS'] = %@, Master Word List ['%@'] = %@", [masterWordList objectForKey:@"STRAPS"], [NSString stringWithCString:szBuiltWord encoding:NSUTF8StringEncoding], [masterWordList objectForKey:[NSString stringWithCString:szBuiltWord encoding:NSUTF8StringEncoding]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment