]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGFIX
authorhadaq <hadaq>
Sat, 1 Dec 2001 22:03:31 +0000 (22:03 +0000)
committerhadaq <hadaq>
Sat, 1 Dec 2001 22:03:31 +0000 (22:03 +0000)
hadaq/evtbuild.c

index be45eb86e99c95bb8678a2d1436146f6b0e98f92..821abb6acb834ac5b56326844ff181be93ca3940 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.35 2001-11-18 11:56:21 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.36 2001-12-01 22:03:31 hadaq Exp $";
 
 
 #define _POSIX_C_SOURCE 199506L
@@ -340,6 +340,8 @@ int main(int argc, char *argv[])
                exit(EXIT_FAILURE);
        }
 
+       outTape = NULL;
+       outFile = NULL;
        if (strcmp(theArgs->outDev, "null") == 0) {
                outFile = NULL;
        } else if (strcmp(theArgs->outDev, "stdout") == 0) {