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:
Wolfgang Sourdeau
2007-11-12 15:24:49 +00:00
parent 9fa241b4b3
commit 1febf78555
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
*destChar = 0;
convertedString = [[NSString alloc] initWithBytes: newString
length: (destChar + 1 - newString)
length: (destChar - newString)
encoding: NSUTF8StringEncoding];
[convertedString autorelease];
free (newString);