From: Dwayne C. Litzenberger Date: Mon, 16 Apr 2012 05:31:38 +0000 (-0400) Subject: Fix phexdigits[255] is undefined. X-Git-Tag: v0.4.0-unstable~129^2~1^2~18^2~12 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=810427470113ab25724a6f50abdcdf63118e683b Fix phexdigits[255] is undefined. --- diff --git a/src/util.cpp b/src/util.cpp index 5ba6504..b6b4ee6 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -418,7 +418,7 @@ static char phexdigit[256] = 0,1,2,3,4,5,6,7,8,9,-1,-1,-1,-1,-1,-1, -1,0xa,0xb,0xc,0xd,0xe,0xf,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, - -1,0xa,0xb,0xc,0xd,0xe,0xf,-1,-1,-1,-1,-1,-1,-1,-1,-1 + -1,0xa,0xb,0xc,0xd,0xe,0xf,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,