]> git.pld-linux.org Git - packages/doc++.git/blob - doc++-gcc3.patch
- fixed source URL (switched to sf)
[packages/doc++.git] / doc++-gcc3.patch
1 --- doc++-3.4.9.orig/src/main.cc        Thu Dec 27 04:27:20 2001
2 +++ doc++-3.4.9/src/main.cc     Tue May  7 21:33:08 2002
3 @@ -519,7 +519,7 @@
4      // read configuration file (if possible)
5      if(configFile.length() > 0)
6         {
7 -       ifstream f(configFile.c_str(), ios::nocreate|ios::in);
8 +       ifstream f(configFile.c_str(), std::ios_base::in);
9         if(!f)
10             {
11             if(configFile != "doc++.conf")
This page took 0.079699 seconds and 3 git commands to generate.