]> andersk Git - moira.git/commitdiff
changed name of journal file
authormar <mar>
Fri, 8 Sep 1989 14:58:53 +0000 (14:58 +0000)
committermar <mar>
Fri, 8 Sep 1989 14:58:53 +0000 (14:58 +0000)
reg_svr/reg_svr.c

index 3cdd98296cda2c9a15fde208937ccf7a1ce69b46..45bf498ebff7364fd1bff3cbccb08cfb3dbf51eb 100644 (file)
@@ -92,7 +92,7 @@ main(argc,argv)
        *s = 0;
     }
 
-    journal = fopen(JOURNAL, "a");
+    journal = fopen(REGJOURNAL, "a");
     if (journal == NULL) {
        com_err(whoami, errno, " while opening journal file");
        exit(1);
This page took 0.086806 seconds and 5 git commands to generate.