From 9b94c663832d707607d5db03fdc0eceb018bb72f Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 20 Aug 1998 15:12:26 +0000 Subject: [PATCH] Tweak ... --- Time/event.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Time/event.cxx b/Time/event.cxx index 51af1d079..f1ffd7ef1 100644 --- a/Time/event.cxx +++ b/Time/event.cxx @@ -167,7 +167,7 @@ void fgEVENT_MGR::PrintStats( void ) { printf("-----------\n"); while ( current != last ) { - e = *current++; + e = *(current++); printf(" %-20s int=%.2fs cum=%ld min=%ld max=%ld count=%ld ave=%.2f\n", e.description, e.interval / 1000.0, @@ -235,6 +235,9 @@ void fgEventPrintStats( void ) { // $Log$ +// Revision 1.6 1998/08/20 15:12:26 curt +// Tweak ... +// // Revision 1.5 1998/06/12 00:59:52 curt // Build only static libraries. // Declare memmove/memset for Sloaris. -- 2.39.2