node = node->next;
}
- fprintf(stderr, "Creando articulos con bloque = %d\n", tam_bloque);
tmp->fp = emufs_crear("articulos", tipo-1, tam_bloque, sizeof(t_Articulo));
for (node=inicio ; node ; node = node->next) {
if (node->type == XML_ELEMENT_NODE) {
int art_liberar(t_LstArticulos *l)
{
+ t_Reg_Articulo *del;
if (l == NULL) l = lst_articulos;
if (l == NULL) return 1;
- t_Reg_Articulo *del;
emufs_destruir(l->fp);
while (l->primero) {
ini = fin+1;
fin = ini;
while (*fin!='\0') fin++;
- fprintf(stderr, "INI=%s\n", ini);
memcpy(dst->presentacion, ini, fin-ini+1);
ini = fin+1;
PERR("Creo el archivo\n");
nuevo = emufs_crear("emufs_tmp", tipo, tam_bloque, sizeof(t_Articulo));
if (nuevo == NULL) {
- fprintf(stderr, "ARCHIVO NUEVO NO CREADO\n");
+ PERR("ARCHIVO NUEVO NO CREADO");
return;
}