On Tue, 9 Feb 2010, Ignacio Diaz-Emparanza wrote:
I was trying to update the Bnak of Spain database and I was having a
lot
of errors. Finally it seems they have changed in the cvs files the order
of the date field. Instead of, for example "2003 SEP" they write now
"SEP 2003".
Thanks for the update on this.
Only changing the order of the 'mon' and 'yr' fields
in line 246 in
bde.c the problem is solved.
"if (sscanf(buf, "%7s %d", mon, &yr) == 2) {"
Excellent -- not just a problem report but a precise fix!
Thanks, I'll update the main gretl siteas soon as I can.
Allin