Changeset 1580

Show
Ignore:
Timestamp:
06/20/08 10:58:42 (4 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1579 r1580  
     12008-06-20  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/buffer.c (cherokee_buffer_decode_base64): Fixes an 
     4        issue on systems where "char" != "signed char". Patch by Müller 
     5        Tiziano <t...@dev-zero.ch>. 
     6 
    172008-06-19  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    28 
  • cherokee/trunk/cherokee/buffer.c

    r1488 r1580  
    12921292         */ 
    12931293 
    1294         static const char 
     1294        static const signed char 
    12951295                b64_decode_tab[256] = { 
    12961296                        -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,  /* 00-0F */