From 9bc1b3fff1a99c902287a8c4f7eab7c4d41ef3bd Mon Sep 17 00:00:00 2001 From: muench Date: Mon, 10 Mar 2003 13:21:59 +0000 Subject: [PATCH] BUGFIX in debug output -- mm --- hadaq/evt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadaq/evt.c b/hadaq/evt.c index 3482aec..16086da 100644 --- a/hadaq/evt.c +++ b/hadaq/evt.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evt.c,v 6.14 2003-03-02 16:24:59 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evt.c,v 6.15 2003-03-10 13:21:59 muench Exp $"; #define _ANSI_C_SOURCE @@ -162,7 +162,7 @@ char *Evt_2charP(const void *my) static char buf[2 * 132]; sprintf(buf, - "size: %08x\tdecoding: %08x\tid: %08x\tseqNr: %08x" + "size: %0x08x\tdecoding: %0x08x\tid: %0x08x\tseqNr: %0x08x\t" "date: %s\ttime: %s\trunNr: %d\texpId: %x", Evt_size(my), Evt_decoding(my), Evt_id(my), Evt_seqNr(my), Evt_date2charP(my), Evt_time2charP(my), Evt_runNr(my), Evt_expId(my) -- 2.43.0