From: Michael R. <re...@eu...> - 2005-06-06 08:36:14
|
Hi Paul, > Here is the cvs diff output to make the changes more clear: > (Sorry I don't know how to create a diff file directly from cvs) cvs -z9 diff -bu >file.diff > 192,193c192,193 > < char *value = ""; > < char *status; > --- >> const char *value = ""; >> const char *status; Hmmm... I don't think this is correct... Could you please send me your mysql.h? > 195c195 > < if (configure_mysql > 0) { > --- >> if (configure_mysql() > 0) { This is really a bug... bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |