Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
NSLog cur_file instead of empty NSString..
  • Loading branch information
dbr committed May 15, 2009
1 parent 46611bb commit 976c491
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions AppCon.m
Expand Up @@ -22,9 +22,7 @@ -(IBAction)rename:(id)sender{
[api autorelease];

for(id cur_file in theFiles){
NSString *epname;

NSLog(@"%@", epname);
NSLog(@"%@", cur_file);

[busy setHidden:YES];
[busy stopAnimation:self];
Expand Down

0 comments on commit 976c491

Please sign in to comment.