Skip to content
Snippets Groups Projects
Commit c967d666 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Rename variable for consistency.

parent 54a63ad8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1535 passed
...@@ -1368,7 +1368,7 @@ function binify(seen) ...@@ -1368,7 +1368,7 @@ function binify(seen)
var i; var i;
var ret = {}; var ret = {};
var s; var s;
var base = -1; var basemsg = -1;
var bstr = ''; var bstr = '';
var byte; var byte;
var bo; var bo;
...@@ -1397,7 +1397,7 @@ function binify(seen) ...@@ -1397,7 +1397,7 @@ function binify(seen)
// If the next bit isn't within 4 bytes, don't bother starting a string // If the next bit isn't within 4 bytes, don't bother starting a string
if (s[i+1] > s[i]+32) if (s[i+1] > s[i]+32)
continue; continue;
base = s[i]; basemsg = s[i];
bstr = ascii(1); bstr = ascii(1);
delete seen[s[i]]; delete seen[s[i]];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment