From f956efb4abdaea622f4d609613d73ffbb2c97188 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:58 +0000 Subject: Better dpkg error reporting Author: jgg Date: 1999-03-05 19:36:49 GMT Better dpkg error reporting --- apt-pkg/sourcelist.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/sourcelist.cc') diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index b2f480599..bea2d91c8 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: sourcelist.cc,v 1.11 1999/03/02 18:35:24 jgg Exp $ +// $Id: sourcelist.cc,v 1.12 1999/03/05 19:36:49 jgg Exp $ /* ###################################################################### List of Sources @@ -135,7 +135,7 @@ bool pkgSourceList::Item::SetType(string S) return true; } - return true; + return false; } /*}}}*/ // SourceList::Item::SetURI - Set the URI /*{{{*/ -- cgit v1.2.3