summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/userInterface.cpp
diff options
context:
space:
mode:
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,