]> git.pld-linux.org Git - packages/doc++.git/blame - doc++-gcc3.patch
- spelling fix
[packages/doc++.git] / doc++-gcc3.patch
CommitLineData
4f33d83b 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.025568 seconds and 4 git commands to generate.