X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8567a7085f7e311712244a69a1d1a45737a9ae32..5dc47423d04c58723e11732f71e73f687e715759:/emufs/tipo3.c diff --git a/emufs/tipo3.c b/emufs/tipo3.c index 10d6f33..4e0e0db 100644 --- a/emufs/tipo3.c +++ b/emufs/tipo3.c @@ -575,7 +575,7 @@ void emufs_tipo3_leer_bloque_raw(EMUFS *efs, EMUFS_BLOCK_ID id, char **actual, c (*size1) = (*size2) = (*size3) = efs->tam_bloque; } -CLAVE obtener_clave(void *ptr, INDICE indice) +CLAVE obtener_clave(void *ptr, INDICE *indice) { CLAVE clave; @@ -591,19 +591,5 @@ CLAVE obtener_clave(void *ptr, INDICE indice) int emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, CLAVE clave, int offset, EMUFS_BLOCK_ID num_bloque, int *err) { - /*FILE *f; - char f_name[255];*/ - char *bloque; - CLAVE clave_ant; - - - bloque = emufs_tipo3_leer_bloque(emu, num_bloque, err); - if (err){ - PERR("NO SE PUDO LEER EL BLQUE"); - return -1; - } - - - return 0; }