summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.c b/lib/db.c
index b5e2911..6ee2c71 100644
--- a/lib/db.c
+++ b/lib/db.c
@@ -115,7 +115,7 @@ int cDbStatement::execute(int noResult)
// tell(0, "execute %d [%s]", stmt, stmtTxt.c_str());
- long start = usNow();
+ double start = usNow();
if (mysql_stmt_execute(stmt))
return connection->errorSql(connection, "execute(stmt_execute)", stmt, stmtTxt.c_str());