- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:16 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 252:a922d5656b23 user: mernst date: Sat Oct 25 19:57:45 2008 +0000 files: bin/checklink description: Improve comment. diff -r 90a90ece0345 -r a922d5656b23 bin/checklink --- a/bin/checklink Sat Oct 25 19:37:21 2008 +0000 +++ b/bin/checklink Sat Oct 25 19:57:45 2008 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2008 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.122 2008-10-25 19:37:21 ville Exp $ +# $Id: checklink,v 4.123 2008-10-25 19:57:45 mernst Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -260,7 +260,7 @@ $PROGRAM = 'W3C-checklink'; $VERSION = '4.3'; $REVISION = sprintf('version %s (c) 1999-2008 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.122 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.123 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, (W3C::UserAgent::USE_ROBOT_UA @@ -1217,7 +1217,7 @@ return 1; } - return 0; # We always have at least one base location. + return 0; # We always have at least one base location, but none matched. } ##################################################
Received on Thursday, 5 August 2010 14:47:30 UTC