[Groonga-commit] groonga/groonga at e559799 [master] str: remove a meaningless assignment in grn_atoll

Back to archive index

Susumu Yata null+****@clear*****
Tue Aug 15 11:26:47 JST 2017


Susumu Yata	2017-08-15 11:26:47 +0900 (Tue, 15 Aug 2017)

  New Revision: e559799b15854b46386fa6ad41bf35313f6777e4
  https://github.com/groonga/groonga/commit/e559799b15854b46386fa6ad41bf35313f6777e4

  Message:
    str: remove a meaningless assignment in grn_atoll

  Modified files:
    lib/str.c

  Modified: lib/str.c (+0 -1)
===================================================================
--- lib/str.c    2017-08-09 16:04:50 +0900 (5e2716a1a)
+++ lib/str.c    2017-08-15 11:26:47 +0900 (d5b4e716b)
@@ -1482,7 +1482,6 @@ grn_atoll(const char *nptr, const char *end, const char **rest)
       int64_t t = v * 10 + (*p - '0');
       if (t < v) { v = 0; break; }
       v = t;
-      o = 0;
       p++;
     }
   }
-------------- next part --------------
HTML����������������������������...
Télécharger 



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