Browse Source

Windows

pull/34/head
Warlock-Dalbaeb 7 years ago
parent
commit
44079e08d3
  1. 2
      vanitygen.cpp

2
vanitygen.cpp

@ -68,7 +68,7 @@ while(*buf) @@ -68,7 +68,7 @@ while(*buf)
|| size_str > 52
)return false;
size_str++;
*buf++;
buf++;
}
return true;
}

Loading…
Cancel
Save