]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs_gui/viewer.c
Se cambia tam_archivo_aux por tam_archivos_aux (me parece mas claro).
[z.facultad/75.06/emufs.git] / emufs_gui / viewer.c
index 8657d83478aa4f5112c42d4639b36b4da2775fa4..ac66bae022419e9e14ce320ec736ec87081d8a86 100644 (file)
@@ -854,7 +854,7 @@ char *procesar_registro_factura_tipo1(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *siz
                }
                j = 0;
                PERR("Voy por la data");
-               while (j < (tam_data-cant_items*sizeof(t_Item)-1)) {
+               while (j < (tam_data-cant_items*sizeof(t_Item))) {
                        if (*tmp == '\0') {
                                if (ant == (*tmp)){
                                        (*tmp1) = '.';