]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/emufs.c
* Agrego recorrido por los indices de factura
[z.facultad/75.06/emufs.git] / emufs / emufs.c
index 60e340d5671e1528746da062fac498e6a9b63069..e789fa701156766cfae2c7aab9a9edf013fc5a2f 100644 (file)
@@ -99,7 +99,7 @@ EMUFS *emufs_crear(const char *filename, EMUFS_Tipo tipo, EMUFS_BLOCK_SIZE tam_b
        int err = 0;
 
        /* Si no es un tipo conocido, sale. */
        int err = 0;
 
        /* Si no es un tipo conocido, sale. */
-       if ((tipo != T1) && (tipo != T2) && (tipo != T3)) {
+       if ((tipo != T1) && (tipo != T2) && (tipo != T3) && (tipo != T4) && (tipo != T5)) {
                return NULL;
        }
 
                return NULL;
        }