1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

Some platfom compile/build fixes for ndb

This commit is contained in:
tomas@poseidon.(none)
2004-08-19 08:24:27 +00:00
parent 7c69afaf15
commit f9337ba947
2 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ public:
/**
* Trim string from <i>delim</i>
*/
static char* trim(char * src, const char * delim = " \t");
static char* trim(char * src, const char * delim);
private:
char* m_chr;
unsigned m_len;