Show
Ignore:
Timestamp:
09/09/07 18:22:32 (15 months ago)
Author:
krobillard
Message:

Rune & win32 'call compile again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/rune/rune.c

    r460 r477  
    892892    else if( ur_stringSlice(ut, tos, &it, &end) && it ) 
    893893    { 
    894         if( ur_encoding(tos) == UR_ENC_UTF16 ) 
     894        if( ur_encoding(tos) == UR_ENC_UCS2 ) 
    895895        { 
    896896            uint16_t* uit  = (uint16_t*) it;