Changeset 15744


Ignore:
Timestamp:
05/17/12 12:54:33 (11 years ago)
Author:
nit
Message:

[titan] fix spezial chars in webif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/strconvert.h

    r14863 r15744  
    485485        if(tpnode != NULL && tpnode->encoding == 2)
    486486                twochar = 1;
    487         else if(flag == 0 && data[0] > 31) return data;
     487        //else if(flag == 0 && data[0] > 31) return data;
    488488
    489489        res = malloc(MINMALLOC);
Note: See TracChangeset for help on using the changeset viewer.