Changeset 587 for vendor/current/lib


Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/util/charset/charset.h

    r414 r587  
    243243{                                                                                               \
    244244        while (*inbytesleft >= 1 && *outbytesleft >= 2) {                                       \
    245                 *(uint16*)(*outbuf) = to_ucs2[((unsigned char*)(*inbuf))[0]];                   \
     245                SSVAL(*outbuf, 0, to_ucs2[((unsigned char*)(*inbuf))[0]]);                      \
    246246                (*inbytesleft)  -= 1;                                                           \
    247247                (*outbytesleft) -= 2;                                                           \
Note: See TracChangeset for help on using the changeset viewer.