Browse Source

Merge commit 'b445f9c' into cg_merges_20131023a

Luke Dashjr 12 years ago
parent
commit
a4d822321e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      miner.php

+ 2 - 2
miner.php

@@ -2388,8 +2388,8 @@ function processcompare($which, $ext, $section, $res)
 #
 #
 function ss($a, $b)
 function ss($a, $b)
 {
 {
- $la = strlen(a);
- $lb = strlen(b);
+ $la = strlen($a);
+ $lb = strlen($b);
  if ($la != $lb)
  if ($la != $lb)
 	return $la - $lb;
 	return $la - $lb;
  return strcmp($a, $b);
  return strcmp($a, $b);