From 44079e08d341a612071e3bbc6bf6103a7df8db4e Mon Sep 17 00:00:00 2001 From: Warlock-Dalbaeb Date: Thu, 17 Aug 2017 03:08:44 +0700 Subject: [PATCH] Windows --- vanitygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }