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~55^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a6fa147c8d2dabe9f226bb8e1bc5904718ef1fc1 Fix phexdigits[255] is undefined. --- diff --git a/src/util.cpp b/src/util.cpp index ac65d41..19e48d3 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -432,7 +432,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,