aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2012-04-16 01:31:38 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-22 09:26:30 -0400
commit810427470113ab25724a6f50abdcdf63118e683b (patch)
tree0d70962405cc9b981fc1c747346dde55f88c4375 /src
parent2abd083ea44ba00a23db87b8123a5732421a905f (diff)
downloadbitcoin-810427470113ab25724a6f50abdcdf63118e683b.tar.xz
Fix phexdigits[255] is undefined.
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 5ba650420b..b6b4ee645a 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,