summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/userInterface.cpp
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2004-10-21 19:23:18 +0000
committertomas@poseidon.ndb.mysql.com <>2004-10-21 19:23:18 +0000
commit5c36f5b29837e0f8664f51e91dfe29a3c7c0ac2c (patch)
tree3368b748cc2ab037bba5109268e39b38a3af2ffe /ndb/test/ndbapi/userInterface.cpp
parent6e10fe251915ace76364d258fab1db5aa3ffb837 (diff)
downloadmariadb-git-5c36f5b29837e0f8664f51e91dfe29a3c7c0ac2c.tar.gz
more snprintf...
Diffstat (limited to 'ndb/test/ndbapi/userInterface.cpp')
-rw-r--r--ndb/test/ndbapi/userInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/ndbapi/userInterface.cpp b/ndb/test/ndbapi/userInterface.cpp
index fdbc229cc98..2f77c0f4857 100644
--- a/ndb/test/ndbapi/userInterface.cpp
+++ b/ndb/test/ndbapi/userInterface.cpp
@@ -103,7 +103,7 @@ void showTime()
now = ::time((time_t*)NULL);
tm_now = ::gmtime(&now);
- ::snprintf(buf, 128,
+ BaseString::snprintf(buf, 128,
"%d-%.2d-%.2d %.2d:%.2d:%.2d",
tm_now->tm_year + 1900,
tm_now->tm_mon,