]> andersk Git - moira.git/commitdiff
fix adding 0 filesys entry
authormar <mar>
Fri, 16 Mar 1990 19:02:33 +0000 (19:02 +0000)
committermar <mar>
Fri, 16 Mar 1990 19:02:33 +0000 (19:02 +0000)
db/newmoira.qc

index f33788d9c6aaf1caee09dc1409736925f9f28500..10471b70547bb6bc54c56fef7bfb38bd71e0d5ac 100644 (file)
@@ -207,7 +207,7 @@ char **argv;
        printf("Unable to install 0 list\n");
        exit(1);
     }
-##  append filesys (label = "[none]", type = "NONE")
+##  append filesys (label = "[none]", #type = "NONE")
     if (ingres_errno) {
        printf("Unable to install 0 filesys\n");
        exit(1);
This page took 1.279634 seconds and 5 git commands to generate.