Fixing Compiler Error C2466

This commit is contained in:
ENikS 2014-09-01 19:51:25 -04:00
parent 2e731f24b5
commit c0f5d4aba5

View file

@ -396,7 +396,7 @@ const unsigned char vchMaxModHalfOrder[32] = {
0xDF,0xE9,0x2F,0x46,0x68,0x1B,0x20,0xA0
};
const unsigned char vchZero[0] = {};
const unsigned char vchZero[1] = {0};
} // anon namespace