aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf++/files/patch-README
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dotconf++/files/patch-README')
-rw-r--r--devel/dotconf++/files/patch-README14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/dotconf++/files/patch-README b/devel/dotconf++/files/patch-README
new file mode 100644
index 000000000000..21ee2fb8ddae
--- /dev/null
+++ b/devel/dotconf++/files/patch-README
@@ -0,0 +1,14 @@
+--- README.orig Fri May 16 12:25:35 2003
++++ README Thu Jul 7 17:01:27 2005
+@@ -80,9 +80,9 @@
+ 1. Opening configuration file
+ * Create configuration document object:
+
+- DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSETIVE);
++ DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASEINSENSITIVE);
+ or
+- DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASESENSETIVE);
++ DOTCONFDocument * conf = new DOTCONFDocument(DOTCONFDocument::CASESENSITIVE);
+ * [OPTIONAL] Set required options
+
+ const char * requiredOptions[] = {"Users", NULL};