fix null output test
[lttv.git] / trunk / obsolete / ltt-usertrace / ltt-usertrace-fast.c
index f97e941e5e12b2d97e80c9abb52602ee393a656e..a9c45d10a68d7efa0122c186eb2c872d36a4cce3 100644 (file)
@@ -317,7 +317,7 @@ static int open_output_files(void)
                exit(-1);
        }
        fd = open(outfile_name, O_WRONLY);
-       if(fd_process < 0) {
+       if(fd < 0) {
                perror("Error in open");
                exit(-1);
        }
This page took 0.024435 seconds and 4 git commands to generate.