Changeset 390 for trunk/src/kernel32/lang.cpp
- Timestamp:
- Jul 25, 1999, 10:19:29 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/lang.cpp
r367 r390 89 89 ret_len=GetLocaleInfoW(lcid, LCType, lpWStr, len); 90 90 91 if ( buf)91 if (ret_len && buf) 92 92 { 93 93 UnicodeToAscii(lpWStr,buf); … … 125 125 if (wbuf) 126 126 { 127 if (*pLen > sizeof(WCHAR)) 127 // if (*pLen > sizeof(WCHAR)) 128 if (*pLen > 2) 128 129 { 129 130 wbuf[0]=(WCHAR)'0'+wcUniChar;
Note:
See TracChangeset
for help on using the changeset viewer.