#include "articulos.h"
#include "facturas.h"
#include "gui.h"
+#include "common.h"
/* Se encarga de reemplazar los \0 un caracter visual, y segurar un \0 al final */
static char *procesar_registro_articulo_tipo3(EMUFS *emu, char *ptr, EMUFS_REG_SIZE *size, int *pos_actual, int *ancho);
}
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) = '.';