[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kioslave/imap4
From:       Kevin Puetz <puetzk () iastate ! edu>
Date:       2003-03-03 23:50:48
[Download RAW message or body]

CVS commit by puetzk: 

more signedness - just because these are all <128 doesn't mean
that it's a good thing to be using signed char as an array index


  M +1 -1      rfcdecoder.cc   1.17


--- kdebase/kioslave/imap4/rfcdecoder.cc  #1.16:1.17
@@ -37,5 +37,5 @@
 // adapted to QT-Toolkit by Sven Carstens <s.carstens@gmx.de> 2000
 
-static char base64chars[] =
+static unsigned char base64chars[] =
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,";
 #define UNDEFINED 64


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic