diff options
author | SBeans <info@kayakporn.com> | 2012-11-27 14:09:09 +0000 |
---|---|---|
committer | SBeans <info@kayakporn.com> | 2012-11-27 14:09:09 +0000 |
commit | 0d4d87186708b7580d674c11123f47dc6a9945b2 (patch) | |
tree | 63f2b509f4a6e214da489c8364546c478ebb7d3a /blasource.php | |
parent | ee595b47149e0d38f82ce295e4f84b0a7a784d4a (diff) |
Fixed -l, I forget to increment the counter so the specified number for -l was treated like another option.
Diffstat (limited to 'blasource.php')
-rw-r--r-- | blasource.php | 1 |
1 files changed, 1 insertions, 0 deletions
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++) |