[Groonga-mysql-commit] mroonga/mroonga [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 24 22:39:18 JST 2012


Kouhei Sutou	2012-10-24 22:39:18 +0900 (Wed, 24 Oct 2012)

  New Revision: e5b06b8ea109d17a85ccd863e691d612c5200c54
  https://github.com/mroonga/mroonga/commit/e5b06b8ea109d17a85ccd863e691d612c5200c54

  Log:
    Fix a typo...
    
    So sorry...

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-10-24 22:23:20 +0900 (3d6b614)
+++ ha_mroonga.cpp    2012-10-24 22:39:18 +0900 (7fa8042)
@@ -1508,7 +1508,7 @@ static long long int mrn_tm_to_grn_time(struct tm *time, int usec)
   long long int grn_time;
   long long int sec = mktime(time);
   bool failed = (sec == -1);
-  bool overflowed = (time.tm_year >= 0 && sec < 0);
+  bool overflowed = (time->tm_year >= 0 && sec < 0);
   if (failed || overflowed) {
     grn_time = 0;
   } else {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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