]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo1_test.c
* Ajusto algunas cosas al coding style.
[z.facultad/75.06/emufs.git] / emufs / tipo1_test.c
index 7249e445381acbc180b3d2a7b4a0dc9ea1664f90..188ef8bc45b52efc31c034619c893681aa235792 100644 (file)
@@ -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;
        }