X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/6cbbc480fefe9835cb9ca59e2f29ea4aa7f5f38c..6c66a2585684de68c34ae68dc54ef82816ae760b:/emufs/tipo1.c diff --git a/emufs/tipo1.c b/emufs/tipo1.c index 43de0ee..1f4138d 100644 --- a/emufs/tipo1.c +++ b/emufs/tipo1.c @@ -1071,8 +1071,7 @@ int emufs_tipo1_eliminar_ordenado(EMUFS *emu, CLAVE clave, INDICE_DATO dato) /*me posiciono en el reg siguiente*/ iter += tam_reg+sizeof(EMUFS_TIPO1_REG_HEADER); break;/*ya borre, corto aca*/ - } - else memcpy(&id, aux, sizeof(EMUFS_REG_ID)); + } iter += tam_reg+sizeof(EMUFS_TIPO1_REG_HEADER); aux += tam_reg+sizeof(EMUFS_TIPO1_REG_HEADER); }