diff options
-rw-r--r-- | src/libcoopgamma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c index 2a9879b..7bfd36a 100644 --- a/src/libcoopgamma.c +++ b/src/libcoopgamma.c @@ -1561,14 +1561,14 @@ int libcoopgamma_synchronise(libcoopgamma_context_t* restrict ctx, errno = ECONNRESET; return -1; } - + #ifdef DEBUG_MODE fprintf(stderr, "\033[32m"); fwrite(ctx->inbound + ctx->inbound_head, (size_t)got, 1, stderr); fprintf(stderr, "\033[m"); fflush(stderr); #endif - + ctx->inbound_head += (size_t)got; skip_recv: |