From 0d4d87186708b7580d674c11123f47dc6a9945b2 Mon Sep 17 00:00:00 2001 From: SBeans Date: Tue, 27 Nov 2012 14:09:09 +0000 Subject: Fixed -l, I forget to increment the counter so the specified number for -l was treated like another option. --- blasource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/blasource.php b/blasource.php index 583a67f..99a628f 100644 --- a/blasource.php +++ b/blasource.php @@ -26,6 +26,7 @@ else { $n=$stdin[$i+1]; + $i++; } $X = ($n*5)-5; for($j=0;$j<5;$j++) -- cgit v1.2.3