SVN: toys/rsget.pl/Get/UploadingCom

sparky sparky at pld-linux.org
Wed May 5 02:50:38 CEST 2010


Author: sparky
Date: Wed May  5 02:50:38 2010
New Revision: 11375

Modified:
   toys/rsget.pl/Get/UploadingCom
Log:
- typo


Modified: toys/rsget.pl/Get/UploadingCom
==============================================================================
--- toys/rsget.pl/Get/UploadingCom	(original)
+++ toys/rsget.pl/Get/UploadingCom	Wed May  5 02:50:38 2010
@@ -50,7 +50,7 @@
 	! /CONF\s*=\s*{\s*host:\s*'(.*?)'/;
 	$-{host} = $1;
 
-	! m{timer_count\s*=\s(\d+);};
+	! m{timer_count\s*=\s*(\d+);};
 	WAIT( -$1, "expecting download link" );
 
 	GET( $-{host} . "files/get/?JsHttpRequest=" . jstime() . "-xml",


More information about the pld-cvs-commit mailing list