浏览代码

Not trimming trailing spaces in customized words

louyihua 8 年之前
父节点
当前提交
6efe461668
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      text.c

+ 1 - 1
text.c

@@ -311,7 +311,7 @@ PAL_ReadMessageFile(
 				else
 				{
 					char *v;
-					int l, i = PAL_ParseLine(buffer, &v, &l, TRUE);
+					int l, i = PAL_ParseLine(buffer, &v, &l, FALSE);
 					if (i > 0)
 					{
 						int len = PAL_MultiByteToWideCharCP(CP_UTF_8, v, -1, NULL, 0);