Skip to content
Snippets Groups Projects
Commit 0de4d1e5 authored by swvitaliy's avatar swvitaliy
Browse files

clear "."

parent 6a692335
Branches
Tags v1.0.4
No related merge requests found
......@@ -4,6 +4,7 @@ var _ = require('lodash');
var cracTimeUnit = 5;
function bitsetStrToInt32Array(s) {
s = s.replace('.', '');
//console.log(s.length / 32);
var bi, bs = [0, 0, 0, 0, 0, 0, 0, 0, 0];
for (var i = s.length - 1; i >= 0; i--) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment