es decir :
emufs_view -f facturas.xml 2
emufs_view -f facturas.xml 2 -a articulos.xml 2
emufs_view -a articulos.xml 2 -f facturas.xml 2
etc. .. done!
if (((n == 1) || (n == 3)) && ((i+2)>=argc))
return BLOQUE_NO_DEFINIDO;
parametros.tipo_arch_fact = n;
- parametros.tam_bloque_fact = atoi(argv[i+2]);
- if (parametros.tam_bloque_fact <= 0) return NULL_BLOCK_FOUND;
+ if (n != 2) {
+ parametros.tam_bloque_fact = atoi(argv[i+2]);
+ if (parametros.tam_bloque_fact <= 0) return NULL_BLOCK_FOUND;
+ }
parametros.xml_fact = i;
} else {
/* Ops, no hay mas parametros */