summaryrefslogtreecommitdiff
path: root/ndb/include/util/BaseString.hpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-08-19 08:24:27 +0000
committerunknown <tomas@poseidon.(none)>2004-08-19 08:24:27 +0000
commit7da41cd3d43aba5729e0780994572e027aa7b688 (patch)
treedc978e73faf08880537932b2a7edf84e391ca74f /ndb/include/util/BaseString.hpp
parent2141c52f53a8f45cb4bd775f5ad713bc917f4bda (diff)
downloadmariadb-git-7da41cd3d43aba5729e0780994572e027aa7b688.tar.gz
Some platfom compile/build fixes for ndb
ndb/include/kernel/Interpreter.hpp: R1 defined on some platforms ndb/include/util/BaseString.hpp: fix for compiler bug
Diffstat (limited to 'ndb/include/util/BaseString.hpp')
-rw-r--r--ndb/include/util/BaseString.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/util/BaseString.hpp b/ndb/include/util/BaseString.hpp
index 8755c13e9bb..a1bb91ea9c5 100644
--- a/ndb/include/util/BaseString.hpp
+++ b/ndb/include/util/BaseString.hpp
@@ -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;