miner.php coding warning
diff --git a/miner.php b/miner.php
index fb5efbd..fdb9e52 100644
--- a/miner.php
+++ b/miner.php
@@ -2357,8 +2357,8 @@ function processcompare($which, $ext, $section, $res)
#
function ss($a, $b)
{
- $la = strlen(a);
- $lb = strlen(b);
+ $la = strlen($a);
+ $lb = strlen($b);
if ($la != $lb)
return $la - $lb;
return strcmp($a, $b);