Browse Source

Not trimming trailing spaces in customized words

louyihua 8 years ago
parent
commit
6efe461668
1 changed files with 1 additions and 1 deletions
  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);