From bfd22fc0ac2632c6196f5149dc3b3671d9ff15e0 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:20 +0000 Subject: Working acquire code Author: jgg Date: 1998-11-05 07:21:35 GMT Working acquire code --- test/scratch.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/scratch.cc b/test/scratch.cc index 502b31db0..53681db16 100644 --- a/test/scratch.cc +++ b/test/scratch.cc @@ -8,7 +8,7 @@ int main(int argc,char *argv[]) { signal(SIGPIPE,SIG_IGN); - URI Foo(argv[1]); +/* URI Foo(argv[1]); cout << Foo.Access << '\'' << endl; cout << Foo.Host << '\'' << endl; cout << Foo.Path << '\'' << endl; @@ -16,7 +16,7 @@ int main(int argc,char *argv[]) cout << Foo.Password << '\'' << endl; cout << Foo.Port << endl; - return 0; + return 0;*/ pkgInitialize(*_config); -- cgit v1.2.3