diff --git a/vanitygen.cpp b/vanitygen.cpp index a1f88e0..15e803f 100644 --- a/vanitygen.cpp +++ b/vanitygen.cpp @@ -68,7 +68,7 @@ while(*buf) || size_str > 52 )return false; size_str++; -*buf++; +buf++; } return true; }