- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Oct 2006 06:22:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv19283
Modified Files:
Tag: validator-0_7-branch
check
Log Message:
avoid perl subroutine prototype warning
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.16
retrieving revision 1.432.2.17
diff -u -d -r1.432.2.16 -r1.432.2.17
--- check 13 Oct 2006 07:16:20 -0000 1.432.2.16
+++ check 18 Oct 2006 06:22:31 -0000 1.432.2.17
@@ -840,7 +840,7 @@
}
&prep_template($File, $template);
-fin_template($File, $template);
+&fin_template($File, $template);
$template->param(file_warnings => $File->{Warnings});
$template->param(file_source => &source($File))
Received on Wednesday, 18 October 2006 06:22:51 UTC