diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:49 +0000 |
commit | f46e768107c0250eb0609a89a74b66ab3c9d8cec (patch) | |
tree | a7321ca9fa202a9f0555c3a378170398dba88640 /test/scratch.cc | |
parent | f00ce0aee4cc79f7511ab942b5e02dddf86beae6 (diff) |
CDROM method
Author: jgg
Date: 1998-12-03 07:29:16 GMT
CDROM method
Diffstat (limited to 'test/scratch.cc')
-rw-r--r-- | test/scratch.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scratch.cc b/test/scratch.cc index 74c976700..6783f3796 100644 --- a/test/scratch.cc +++ b/test/scratch.cc @@ -201,7 +201,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; @@ -209,7 +209,7 @@ int main(int argc,char *argv[]) cout << Foo.Password << '\'' << endl; cout << Foo.Port << endl; - return 0;*/ + return 0; pkgInitialize(*_config); |