]> git.pld-linux.org Git - packages/doc++.git/commitdiff
- obsolete
authordarekr <darekr@pld-linux.org>
Sun, 21 Jan 2007 22:50:44 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doc++-gcc3.patch -> 1.2

doc++-gcc3.patch [deleted file]

diff --git a/doc++-gcc3.patch b/doc++-gcc3.patch
deleted file mode 100644 (file)
index 3f2c94c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.080515 seconds and 4 git commands to generate.