From 48283e7e04ccc36246353fec5d96ca5ed8dedde7 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Mon, 17 Aug 2015 09:24:21 +0200 Subject: [PATCH] fix :565:18: error, again, was a typo. not =- 1, but = -1. --- libpcp/key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcp/key.c b/libpcp/key.c index 743fc8b..3731abc 100644 --- a/libpcp/key.c +++ b/libpcp/key.c @@ -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