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)
|| size_str > 52 || size_str > 52
)return false; )return false;
size_str++; size_str++;
*buf++; buf++;
} }
return true; return true;
} }

Loading…
Cancel
Save