diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 18:23:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 18:23:36 +0000 |
commit | 73ce6ff2e8e65acbd35f3213866526cf8b0f8cae (patch) | |
tree | 6cc158adfe070ea1ac9d334192646ad2f31f29ff /devel/dotconf++/files/patch-src-example1.cc | |
parent | - Update to 6.6.7 (diff) |
- Fix typo: SENSETIVE -> SENSITIVE
PR: ports/83244
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Notes
Notes:
svn path=/head/; revision=139105
Diffstat (limited to 'devel/dotconf++/files/patch-src-example1.cc')
-rw-r--r-- | devel/dotconf++/files/patch-src-example1.cc | 11 |
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; |