mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
11 lines
419 B
C++
11 lines
419 B
C++
--- 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;
|