From fa7c954409d6fa27440d965797f14c6c01397aee 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/boost/date-time/mysql/gregorian-traits.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/boost/date-time/mysql/gregorian-traits.hxx') diff --git a/odb/boost/date-time/mysql/gregorian-traits.hxx b/odb/boost/date-time/mysql/gregorian-traits.hxx index e741fab..0bbcb15 100644 --- a/odb/boost/date-time/mysql/gregorian-traits.hxx +++ b/odb/boost/date-time/mysql/gregorian-traits.hxx @@ -47,6 +47,7 @@ namespace odb else { is_null = false; + i.neg = false; i.year = v.year (); i.month = v.month (); i.day = v.day (); -- cgit v1.1