mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Fixed issue in counter
This commit is contained in:
parent
61ab9a904f
commit
57ee3f305d
@ -339,7 +339,7 @@ export class ColossusComputer {
|
||||
|
||||
// AND each row to get final result
|
||||
if (cnt[cPnt] === -1) {
|
||||
cnt[cPnt] = result;
|
||||
cnt[cPnt] = (result?1:0);
|
||||
} else if (result === 0) {
|
||||
cnt[cPnt] = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user