summaryrefslogtreecommitdiffstats
path: root/mail/althea/files/patch-MIME.cpp
blob: 5bb9e9204ba3afa4ee808e2fae54cbcab73c5cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- MIME.cpp.orig	Wed Jan 23 02:30:15 2002
+++ MIME.cpp	Fri Dec 27 03:56:30 2002
@@ -91,7 +91,7 @@
 }
 
 void check(unsigned int convertedVal, ifstream &fileIn, int loc, int counter)  {
-   unsigned char c;
+   char c;
 
    fileIn.get(c);
    if ((unsigned int)c!=convertedVal)  {
OpenPOWER on IntegriCloud