diff options
Diffstat (limited to 'devel/dotconf++/files/patch-src-example2.cc')
-rw-r--r-- | devel/dotconf++/files/patch-src-example2.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dotconf++/files/patch-src-example2.cc b/devel/dotconf++/files/patch-src-example2.cc new file mode 100644 index 000000000000..5323d68ba424 --- /dev/null +++ b/devel/dotconf++/files/patch-src-example2.cc @@ -0,0 +1,11 @@ +--- src/example2/example2.cc.orig Wed May 14 17:10:26 2003 ++++ src/example2/example2.cc Wed Jul 13 20:21:29 2005 +@@ -51,7 +51,7 @@ + + int main(int argc, char * argv[]) + { +- DOTCONFDocument conf(DOTCONFDocument::CASEINSENSETIVE); ++ DOTCONFDocument conf(DOTCONFDocument::CASEINSENSITIVE); + + conf.setRequiredOptionNames(requiredOptions); + |