From 6fbaf1e2c63e2772b99563dab72fb3fc41c539c5 Mon Sep 17 00:00:00 2001 From: darekr Date: Sun, 21 Jan 2007 22:50:44 +0000 Subject: [PATCH] - obsolete Changed files: doc++-gcc3.patch -> 1.2 --- doc++-gcc3.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 doc++-gcc3.patch diff --git a/doc++-gcc3.patch b/doc++-gcc3.patch deleted file mode 100644 index 3f2c94c..0000000 --- a/doc++-gcc3.patch +++ /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") -- 2.43.0