diff options
| author | Dwayne C. Litzenberger <[email protected]> | 2012-04-16 01:31:38 -0400 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-04-22 09:26:11 -0400 |
| commit | bd043f19c83654331e5418ea1e7af2bd213899a7 (patch) | |
| tree | 2568e0db5260b7b06c899af8708b736d09f21f01 /src/util.cpp | |
| parent | Fix potential deadlock (diff) | |
| download | discoin-bd043f19c83654331e5418ea1e7af2bd213899a7.tar.xz discoin-bd043f19c83654331e5418ea1e7af2bd213899a7.zip | |
Fix phexdigits[255] is undefined.
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index c3290f417..a6065ef16 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -421,7 +421,7 @@ vector<unsigned char> ParseHex(const char* psz) 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, |