SVN: toys/rsget.pl/Get/FileSonic
    sparky 
    sparky at pld-linux.org
       
    Tue Aug 17 15:39:18 CEST 2010
    
    
  
Author: sparky
Date: Tue Aug 17 15:39:17 2010
New Revision: 11785
Modified:
   toys/rsget.pl/Get/FileSonic
Log:
- always wait the time required
Modified: toys/rsget.pl/Get/FileSonic
==============================================================================
--- toys/rsget.pl/Get/FileSonic	(original)
+++ toys/rsget.pl/Get/FileSonic	Tue Aug 17 15:39:17 2010
@@ -37,7 +37,7 @@
 	$-{file_uri} = $1;
 
 	! /var countDownDelay = (\d+);/;
-	WAIT( $1, "starting download" );
+	WAIT( - $1, "starting download" );
 
 	CLICK_DOWNLOAD( $-{file_uri} );
 
    
    
More information about the pld-cvs-commit
mailing list