Skip to content

Commit

Permalink
Update CurrencyManager.m
Browse files Browse the repository at this point in the history
added csv fix by danielchong
  • Loading branch information
taberrr committed Mar 10, 2015
1 parent 1b73691 commit 7d36976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/CurrencyManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ - (void)refreshExchangeRates
[pool release];
return;
}
csv = [csv stringByReplacingOccurrencesOfString:@" to " withString:@"/"];
NSArray *lines = [csv componentsSeparatedByString:@"\n"];
for (NSString *line in lines) {
NSArray *comps = [line componentsSeparatedByString:@","];
Expand Down

0 comments on commit 7d36976

Please sign in to comment.