summaryrefslogtreecommitdiff
path: root/devel/dotconf++/files/patch-src-example1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dotconf++/files/patch-src-example1.cc')
-rw-r--r--devel/dotconf++/files/patch-src-example1.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dotconf++/files/patch-src-example1.cc b/devel/dotconf++/files/patch-src-example1.cc
new file mode 100644
index 000000000000..5428cdd9d9fc
--- /dev/null
+++ b/devel/dotconf++/files/patch-src-example1.cc
@@ -0,0 +1,11 @@
+--- src/example1/example1.cc.orig Sat Apr 10 15:22:00 2004
++++ src/example1/example1.cc Wed Jul 13 20:20:47 2005
+@@ -54,7 +54,7 @@
+
+ int main()
+ {
+- DOTCONFDocument *conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);
++ DOTCONFDocument *conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);
+ const DOTCONFDocumentNode * node = NULL;
+ const char * v = NULL;
+ char * fqdn = NULL;