else if (cual == 2)
fp = emufs_abrir("notas");
+ if (fp == NULL) {
+ return;
+ }
+
stats = fp->leer_estadisticas(fp);
wattron(padre, COLOR_PAIR(COLOR_BLUE));
if (cual == 0)
fp = emufs_abrir("articulos");
- else
- fp = emufs_abrir("facturas");
+ else if (cual == 1) fp = emufs_abrir("facturas");
+ else if (cual == 2) fp = emufs_abrir("notas");
+
+ if (fp == NULL) {
+ return;
+ }
wattron(padre, COLOR_PAIR(COLOR_BLUE));
mvwaddstr(padre, 0, 0, "Tipo de archivo : ");
(*ancho) = 10;
}
j = 0;
+ ant = -1;
while (j < (tam_data)) {
if (*tmp == '\0') {
if (ant == (*tmp)){