Add cancel button to password change menu. (#5720)
[oweals/minetest.git] / src / database-sqlite3.cpp
index 714f56c39edda628cc64aa1bc05d68455f4e6f59..7bc87a7d0bb4a7493fdabd356bdb890f07386d5f 100644 (file)
@@ -71,7 +71,7 @@ int Database_SQLite3::busyHandler(void *data, int count)
 {
        s64 &first_time = reinterpret_cast<s64 *>(data)[0];
        s64 &prev_time = reinterpret_cast<s64 *>(data)[1];
-       s64 cur_time = getTimeMs();
+       s64 cur_time = porting::getTimeMs();
 
        if (count == 0) {
                first_time = cur_time;