]> git.pld-linux.org Git - packages/doc++.git/commitdiff
- fix for gcc3
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 11 Jun 2002 22:57:27 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doc++-gcc3.patch -> 1.1

doc++-gcc3.patch [new file with mode: 0644]

diff --git a/doc++-gcc3.patch b/doc++-gcc3.patch
new file mode 100644 (file)
index 0000000..3f2c94c
--- /dev/null
@@ -0,0 +1,11 @@
+--- doc++-3.4.9.orig/src/main.cc       Thu Dec 27 04:27:20 2001
++++ doc++-3.4.9/src/main.cc    Tue May  7 21:33:08 2002
+@@ -519,7 +519,7 @@
+     // read configuration file (if possible)
+     if(configFile.length() > 0)
+       {
+-      ifstream f(configFile.c_str(), ios::nocreate|ios::in);
++      ifstream f(configFile.c_str(), std::ios_base::in);
+       if(!f)
+           {
+           if(configFile != "doc++.conf")
This page took 0.05683 seconds and 4 git commands to generate.