From: Michael R. <re...@eu...> - 2005-06-06 09:24:53
|
Hi Paul, >>> - char *value = ""; >>> - char *status; >>> + const char *value = ""; >>> + const char *status; > Why shouldn't this be correct? Even if mysql_stat returns a char * > (which in my case it doesn't), the string are never modified in the > function. > So there is no reason why these can't be defined as const. You are right. 'const' confuses me sometimes :-) I did check in your changes. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |