freebsd-ports/mail/althea/files/patch-MIME.cpp
Ying-Chieh Liao 83638f0f89 fix build on -current
PR:		46594
Submitted by:	Ports Fury
2002-12-29 05:21:44 +00:00

11 lines
282 B
C++

--- 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) {