mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 16:05:28 +00:00
Monotone-Parent: e5b892047b9dff77f3c62099c2d38c32b605e24c
Monotone-Revision: 231d9f088984bb0dc975e90ac754e3c646546493 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-12T15:24:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
*destChar = 0;
|
||||
|
||||
convertedString = [[NSString alloc] initWithBytes: newString
|
||||
length: (destChar + 1 - newString)
|
||||
length: (destChar - newString)
|
||||
encoding: NSUTF8StringEncoding];
|
||||
[convertedString autorelease];
|
||||
free (newString);
|
||||
|
||||
Reference in New Issue
Block a user