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} );
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to