[Groonga-commit] groonga/groonga at 59a1bd3 [master] Add a missing variable

Zurück zum Archiv-Index
Kouhei Sutou null+****@clear*****
Thu May 9 08:48:18 JST 2019


Kouhei Sutou	2019-05-09 08:48:18 +0900 (Thu, 09 May 2019)

  Revision: 59a1bd30955de13cd8c9e49721769c1d506943ab
  https://github.com/groonga/groonga/commit/59a1bd30955de13cd8c9e49721769c1d506943ab

  Message:
    Add a missing variable

  Modified files:
    lib/str.c

  Modified: lib/str.c (+1 -0)
===================================================================
--- lib/str.c    2019-05-09 08:33:06 +0900 (0c369f9f7)
+++ lib/str.c    2019-05-09 08:48:18 +0900 (217cfce96)
@@ -2608,6 +2608,7 @@ grn_text_vprintf(grn_ctx *ctx, grn_obj *bulk, const char *format, va_list args)
 #ifdef WIN32
     grn_rc rc;
     int required_size;
+    va_list copied_args;
 
     va_copy(copied_args, args);
     required_size = vsnprintf(NULL, 0, format, copied_args);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190509/eaf1397e/attachment.html>


More information about the Groonga-commit mailing list
Zurück zum Archiv-Index