Skip to content

Commit

Permalink
empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
chamspan committed Jan 29, 2015
1 parent 57468df commit 659abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iLcatraz/ITunesService.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ + (NSString*)descriptor2json:(NSAppleEventDescriptor*) descriptor
[ret appendString:item];
}
}
if (ret==NULL) return NULL;
if (ret==NULL) return @"[]";
return [[@"[" stringByAppendingString:[NSString stringWithString:ret]] stringByAppendingString:@"]"];
}
case 'cUsP': {
Expand Down

0 comments on commit 659abca

Please sign in to comment.