Changeset 587 for vendor/current/lib
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  vendor/current/lib/util/charset/charset.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      vendor/current/lib/util/charset/charset.hr414 r587 243 243 { \ 244 244 while (*inbytesleft >= 1 && *outbytesleft >= 2) { \ 245 *(uint16*)(*outbuf) = to_ucs2[((unsigned char*)(*inbuf))[0]]; \245 SSVAL(*outbuf, 0, to_ucs2[((unsigned char*)(*inbuf))[0]]); \ 246 246 (*inbytesleft) -= 1; \ 247 247 (*outbytesleft) -= 2; \ 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
