You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the product are you using? On what operating system?
ZipArchive 1.2
Mac OS X 10.6.8/ iOS SDK 4.3
Please provide any additional information below.
On line 210 (approx.) of ZipArchive.mm the line
NSString * strPath = [NSString stringWithCString:filename];
should be changed to
NSString * strPath = [NSString stringWithCString:filename
encoding:NSUTF8StringEncoding];
as the first call is deprecated in Mac OS 10.4
Original issue reported on code.google.com by mcj_1...@me.com on 1 Jul 2011 at 10:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mcj_1...@me.com
on 1 Jul 2011 at 10:43The text was updated successfully, but these errors were encountered: