SVN: toys/rsget.pl/Get/FileFactory

sparky sparky at pld-linux.org
Thu Mar 3 02:04:59 CET 2011


Author: sparky
Date: Thu Mar  3 02:04:58 2011
New Revision: 12180

Modified:
   toys/rsget.pl/Get/FileFactory
Log:
- wait what's needed


Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Thu Mar  3 02:04:58 2011
@@ -67,7 +67,7 @@
 	$-{file_uri} = $1;
 
 	! m#<input type="hidden" id="startWait" value="(\d+)"#;
-	WAIT( $1, "starting download" );
+	WAIT( -$1, "starting download" );
 
 	CLICK_DOWNLOAD( $-{file_uri} );
 


More information about the pld-cvs-commit mailing list