Ilja Booij wrote:
Dan Weber wrote:
I completed the ltdl code, the codebase can be found here:
http://arch.mirrorlynx.com/[EMAIL PROTECTED]/dbmail/dbmail--development/dbmail--development--2.0/patch-31/dbmail--development--2.0--patch-31.tar.gz
The site seems to be unreachable
It's up again
My ltdl code is flawless, but I am stumbling across some db_connect bugs
that I can not figure out. Someone else take a peak.
flawless..? That's a pretty bold statement ;)
2 things in pgsql/dbgsql.c
#include <string.h> is missing
there's a typo in the db_api struct:
it reads db_num_fielqs where it should read db_num_fields.
After this I get some compiler warnings and it won't run because of some
crash in the configuration code (config.c)
Ilja
I found a typo in dbpgsql.c