X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/74c6776ce0ae5ea218cf0363af040bf260b2c72b..44479d8b55485e97a5ebb95a5fac73b0b7627a6a:/emufs/emufs.c?ds=inline diff --git a/emufs/emufs.c b/emufs/emufs.c index 60e340d..e789fa7 100644 --- a/emufs/emufs.c +++ b/emufs/emufs.c @@ -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. */ - if ((tipo != T1) && (tipo != T2) && (tipo != T3)) { + if ((tipo != T1) && (tipo != T2) && (tipo != T3) && (tipo != T4) && (tipo != T5)) { return NULL; }