mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 08:15:46 +01:00
explicitly specify the radix when parsing the arg to formatBytes()
This commit is contained in:
@@ -478,7 +478,7 @@ liberator.Options = function () //{{{
|
||||
break;
|
||||
|
||||
case "number":
|
||||
value = parseInt(value);
|
||||
value = parseInt(value); // deduce radix
|
||||
|
||||
if (isNaN(value))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user