Ignore:
Timestamp:
2009-10-21T17:00:24+13:00 (15 years ago)
Author:
oranfry
Message:

prevent compiler error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/packages/unac/unac.c

    r18654 r20835  
    1283112831  } else {
    1283212832    char* utf16 = 0;
    12833     int utf16_length = 0;
     12833    size_t utf16_length = 0;
    1283412834    char* utf16_unaccented = 0;
    12835     int utf16_unaccented_length = 0;
     12835    size_t utf16_unaccented_length = 0;
    1283612836 
    1283712837    if(convert(charset, utf16be(), in, in_length, &utf16, &utf16_length) < 0) {
Note: See TracChangeset for help on using the changeset viewer.