]> git.pld-linux.org Git - packages/althea.git/commitdiff
- fix for g++3
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 23 Feb 2002 23:02:52 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    althea-cxx.patch -> 1.1

althea-cxx.patch [new file with mode: 0644]

diff --git a/althea-cxx.patch b/althea-cxx.patch
new file mode 100644 (file)
index 0000000..a7ba66b
--- /dev/null
@@ -0,0 +1,32 @@
+--- althea-0.5.7/tolower.h~    Tue Jan 22 18:30:15 2002
++++ althea-0.5.7/tolower.h     Fri Feb 22 09:55:41 2002
+@@ -5,6 +5,7 @@
+ #include <string>
+ #include <ctype.h>
++using namespace std;
+ string tolower(string s);
+--- althea-0.5.7/MIME.h~       Fri Feb 22 09:57:47 2002
++++ althea-0.5.7/MIME.h        Fri Feb 22 09:58:26 2002
+@@ -6,7 +6,7 @@
+ #include <iostream>
+ #include <fstream>
+-
++using namespace std;
+--- althea-0.5.7/MIME.cpp~     Tue Jan 22 18:30:15 2002
++++ althea-0.5.7/MIME.cpp      Fri Feb 22 10:00:40 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)  {
This page took 0.083811 seconds and 4 git commands to generate.