Commit 956d734e84a5e9a2883d0973f82d4227ed6e282b

Kano 2013-09-02T22:32:49

miner.php coding warning

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);