[Groonga-commit] groonga/grnxx at d6f12bb [master] Add missing field initializers.

Back to archive index

susumu.yata null+****@clear*****
Wed Jun 5 15:54:48 JST 2013


susumu.yata	2013-06-05 15:54:48 +0900 (Wed, 05 Jun 2013)

  New Revision: d6f12bb500366718f74577ae34cee3e6bb82b7a0
  https://github.com/groonga/grnxx/commit/d6f12bb500366718f74577ae34cee3e6bb82b7a0

  Message:
    Add missing field initializers.

  Modified files:
    lib/grnxx/broken_down_time.hpp

  Modified: lib/grnxx/broken_down_time.hpp (+1 -1)
===================================================================
--- lib/grnxx/broken_down_time.hpp    2013-06-05 13:50:54 +0900 (01c0856)
+++ lib/grnxx/broken_down_time.hpp    2013-06-05 15:54:48 +0900 (b8476e1)
@@ -37,7 +37,7 @@ struct BrokenDownTime {
   int isdst;  // Daylight saving time.
 
   static constexpr BrokenDownTime invalid_value() {
-    return BrokenDownTime{};
+    return BrokenDownTime{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
   }
 };
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index