diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-10-21 19:23:18 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-10-21 19:23:18 +0000 |
commit | 5c36f5b29837e0f8664f51e91dfe29a3c7c0ac2c (patch) | |
tree | 3368b748cc2ab037bba5109268e39b38a3af2ffe /ndb/test/ndbapi/userInterface.cpp | |
parent | 6e10fe251915ace76364d258fab1db5aa3ffb837 (diff) | |
download | mariadb-git-5c36f5b29837e0f8664f51e91dfe29a3c7c0ac2c.tar.gz |
more snprintf...
Diffstat (limited to 'ndb/test/ndbapi/userInterface.cpp')
-rw-r--r-- | ndb/test/ndbapi/userInterface.cpp | 2 |
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, |