]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs_gui/articulos.c
* Ahroa tambien anda el buscar por ID de registro en Ver Registro.
[z.facultad/75.06/emufs.git] / emufs_gui / articulos.c
index ad5d9f4b2f1781ef695bd3785a1a5c08fa1a1bad..e55b1b6b5795b21b19cec70c62fe920b3896bb81 100644 (file)
@@ -530,9 +530,6 @@ void art_reformatear(int tipo, int tam_bloque, int tam_reg)
        PERR("==== EMPIEZO ====\n");
        old = lst_articulos->fp;
 
-       /* Si el tipo es el mismo, no tengo que hacer nada! */
-       if (old->tipo == tipo) return;
-
        /* Creo el nuevo file */
        PERR("Creo el archivo\n");
        nuevo = emufs_crear("emufs_tmp", tipo, tam_bloque, sizeof(t_Articulo));