From ab9c6bcec56162979d8b387b613530861a363876 Mon Sep 17 00:00:00 2001 From: trz Date: Fri, 14 Oct 2005 15:59:05 +0000 Subject: Fix for PR 1455 --- runtime/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/print.c') diff --git a/runtime/print.c b/runtime/print.c index 794cd273..49040c2d 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -66,7 +66,7 @@ void _stp_print_flush (void) /** Size of buffer, not including terminating NULL */ #ifndef STP_PRINT_BUF_LEN -#define STP_PRINT_BUF_LEN (8192 - TIMESTAMP_SIZE - 2) +#define STP_PRINT_BUF_LEN (8192 - TIMESTAMP_SIZE - 1) #endif static char _stp_pbuf[NR_CPUS][STP_PRINT_BUF_LEN + STP_PRINT_BUF_START + 1]; -- cgit