]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGFIX in debug output -- mm
authormuench <muench>
Mon, 10 Mar 2003 13:21:59 +0000 (13:21 +0000)
committermuench <muench>
Mon, 10 Mar 2003 13:21:59 +0000 (13:21 +0000)
hadaq/evt.c

index 3482aec48f24bbc435c1ec4a0c4e095bef79590a..16086da73b445e8fc29375547b65d8bd8d1378fa 100644 (file)
@@ -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)