提交 dab5d073 编写于 作者: S slguan

#1014 [TBASE-1376]

上级 365795ca
...@@ -434,7 +434,7 @@ int tasoUcs4Compare(void* f1_ucs4, void *f2_ucs4, int bytes) { ...@@ -434,7 +434,7 @@ int tasoUcs4Compare(void* f1_ucs4, void *f2_ucs4, int bytes) {
#endif #endif
#else #else
return wcsncmp((wchar_t *)f1_ucs4, (wchar_t *)f2_ucs4, bytes); return wcsncmp((wchar_t *)f1_ucs4, (wchar_t *)f2_ucs4, bytes / TSDB_NCHAR_SIZE);
#endif #endif
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册