fix :565:18: error, again, was a typo. not =- 1, but = -1.

This commit is contained in:
TLINDEN
2015-08-17 09:24:21 +02:00
parent ac09fc1a2b
commit 48283e7e04

View File

@@ -562,7 +562,7 @@ double pcp_getentropy(char *source) {
hist = (int*)calloc(len, sizeof(int));
for(i=0; i<256; i++)
wherechar[i] -= 1;
wherechar[i] = -1;
for(i=0; i<len; i++){
if(wherechar[(int)source[i]] == -1) {