]> git.pld-linux.org Git - packages/althea.git/blob - althea-cxx.patch
- s/An/A/
[packages/althea.git] / althea-cxx.patch
1 --- althea-0.5.7/tolower.h~     Tue Jan 22 18:30:15 2002
2 +++ althea-0.5.7/tolower.h      Fri Feb 22 09:55:41 2002
3 @@ -5,6 +5,7 @@
4  #include <string>
5  #include <ctype.h>
6  
7 +using namespace std;
8  
9  string tolower(string s);
10  
11 --- althea-0.5.7/MIME.h~        Fri Feb 22 09:57:47 2002
12 +++ althea-0.5.7/MIME.h Fri Feb 22 09:58:26 2002
13 @@ -6,7 +6,7 @@
14  #include <iostream>
15  #include <fstream>
16  
17 -
18 +using namespace std;
19  
20  
21  
22 --- althea-0.5.7/MIME.cpp~      Tue Jan 22 18:30:15 2002
23 +++ althea-0.5.7/MIME.cpp       Fri Feb 22 10:00:40 2002
24 @@ -91,7 +91,7 @@
25  }
26  
27  void check(unsigned int convertedVal, ifstream &fileIn, int loc, int counter)  {
28 -   unsigned char c;
29 +   char c;
30  
31     fileIn.get(c);
32     if ((unsigned int)c!=convertedVal)  {
This page took 0.062052 seconds and 3 git commands to generate.