Closed GoogleCodeExporter closed 9 years ago
There seems to be a mixup. The current version of GTMDefines.h on the trunk
already uses stringWithUTF8String: instead of stringWithCString:.
The patch you posted patches this correct file to use stringWithUTF8String:
encoding:, which does not exist.
Some previous version of GTMDefines.h used stringWithCString:
I guess rather than patching that, just use the version on trunk.
Cheers, Chris
Original comment by chris.br...@conject.com
on 11 Sep 2009 at 8:23
Doh! My mistake, I had applied the patch to my local codebase which the 1.5.1
branch and hadn't noticed that
the trunk had been fixed to use stringWithUTF8String:
Sorry about that...
Original comment by pascal.b...@gmail.com
on 15 Sep 2009 at 7:37
Original comment by dmaclach
on 15 Sep 2009 at 8:36
Original issue reported on code.google.com by
pascal.b...@gmail.com
on 8 Sep 2009 at 2:58Attachments: