SVN: toys/rsget.pl/Get/TurboBit

pawelz pawelz at pld-linux.org
Wed Jul 28 16:10:15 CEST 2010


Author: pawelz
Date: Wed Jul 28 16:10:15 2010
New Revision: 11723

Modified:
   toys/rsget.pl/Get/TurboBit
Log:
- unified code formatting style


Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit	(original)
+++ toys/rsget.pl/Get/TurboBit	Wed Jul 28 16:10:15 2010
@@ -40,7 +40,7 @@
 
 stage_captcha:
 	RESTART( irand( 10, 60 ), "received empty page, restarting" ) unless length $_;
-	RESTART ( 10, "recaptcha is not supported, restarting" ) if m#src="http://api\.recaptcha\.net/challenge.*"#;
+	RESTART( 10, "recaptcha is not supported, restarting" ) if m#src="http://api\.recaptcha\.net/challenge.*"#;
 	if ( m#<img alt="Captcha" src="(.*?)"# ) {
 		$-{capimg} = $1;
 	} else {


More information about the pld-cvs-commit mailing list