From: <kn...@gr...> - 2000-03-16 04:50:07
|
The libmdb/dump.c file needs to have the signature of buffer_dump: void buffer_dump(const char* buf, int start, int end) changed to match the mdbtools.h prototype: void buffer_dump(const unsigned char* buf, int start, int end); -- Karl -- |