From 4503191a037be58e769613281f90efa5310e547e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Feb 2013 16:03:38 +0200 Subject: Initialize the sign member of MYSQL_TIME image --- odb/qt/date-time/mysql/qtime-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/date-time/mysql/qtime-traits.hxx') diff --git a/odb/qt/date-time/mysql/qtime-traits.hxx b/odb/qt/date-time/mysql/qtime-traits.hxx index ce277f0..b7cf84b 100644 --- a/odb/qt/date-time/mysql/qtime-traits.hxx +++ b/odb/qt/date-time/mysql/qtime-traits.hxx @@ -45,8 +45,8 @@ namespace odb else { is_null = false; - i.neg = false; + i.day = 0; i.hour = static_cast (v.hour ()); -- cgit v1.1