]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGFIX -- mm
authorhadaq <hadaq>
Wed, 16 Oct 2002 07:32:31 +0000 (07:32 +0000)
committerhadaq <hadaq>
Wed, 16 Oct 2002 07:32:31 +0000 (07:32 +0000)
hadaq/subevt.h

index ee2da40c37b8947c049c17aae0a5d0f03ded7eb7..d0125612743ee4859f97cc04a1b068552309b787 100644 (file)
@@ -99,11 +99,11 @@ static void SubEvt_setId(void *my, uint32_t id)
         SubEvt_setHdrValue(my, SubEvtIdx_id, id);
 }
 
-static int SubEvt_setDataError(const void *my) {
+static int SubEvt_setDataError(void *my) {
                SubEvt_setId(my, SubEvt_id(my) | 0x80000000UL);
 }
 
-static int SubEvt_clrDataError(const void *my) {
+static int SubEvt_clrDataError(void *my) {
                SubEvt_setId(my, SubEvt_id(my) & ~0x80000000UL);
 }