perl/modules/W3C/LinkChecker/bin checklink,4.76,4.77

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv24430

Modified Files:
	checklink 
Log Message:
status bar bug

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.76
retrieving revision 4.77
diff -u -d -r4.76 -r4.77
--- checklink	23 Oct 2007 07:19:04 -0000	4.76
+++ checklink	24 Oct 2007 05:18:20 -0000	4.77
@@ -942,7 +942,7 @@
       }
     }
   }
-  printf('<script type="text/javascript">show_progress("Done. Document processed in %ss.\n");</script>' , &time_diff($start, &get_timestamp()))
+  printf('<script type="text/javascript">show_progress("Done. Document processed in %ss.\n", "status_progress%s");</script>' , &time_diff($start, &get_timestamp()), $result_anchor)
   if ($Opts{HTML} && !$Opts{Summary_Only}); 
   &hprintf("Processed in %ss.\n", &time_diff($start, &get_timestamp()))
    unless $Opts{Summary_Only};

Received on Wednesday, 24 October 2007 05:18:34 UTC