Browse Source

Merge pull request #34 from SOUx4cx4fx56x69/master

Windows
pull/35/head
orignal 7 years ago committed by GitHub
parent
commit
a8f62274d3
  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