From d35e50a732b9d2f5cb9b6f179b9260abef204d7f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 19 Oct 2016 17:42:39 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 5090976e8..a81288585 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -233,7 +233,7 @@ int32_t komodo_stateupdate(uint8_t notarypubs[][33],uint8_t numnotaries) if ( fwrite(notarypubs,33,numnotaries,fp) != numnotaries ) errs++; } - fputs('N',fp); + fputc('N',fp); if ( fwrite(&NOTARIZED_HEIGHT,1,sizeof(NOTARIZED_HEIGHT),fp) != sizeof(NOTARIZED_HEIGHT) ) errs++; if ( fwrite(&NOTARIZED_HASH,1,sizeof(NOTARIZED_HASH),fp) != sizeof(NOTARIZED_HASH) )