X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c407055e1cc6ff4c435114091c3a5430486aa659..eb5e623c9e1334da07faa5f4b8b6c3ebf431503f:/emufs/tipo1_test.c diff --git a/emufs/tipo1_test.c b/emufs/tipo1_test.c index 7249e44..188ef8b 100644 --- a/emufs/tipo1_test.c +++ b/emufs/tipo1_test.c @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) { return 1; } - if (efs->leer_registro(efs, 0, registro1, 4) == -1) { + if (efs->leer_registro(efs, 0, registro1) == -1) { printf("No se pudo leer el registro 1.\n"); return 1; }