[Groonga-commit] groonga/groonga at f68754d [master] Fix parameter order

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 3 11:25:16 JST 2013


Kouhei Sutou	2013-08-03 11:25:16 +0900 (Sat, 03 Aug 2013)

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

  Message:
    Fix parameter order

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2013-08-03 11:23:34 +0900 (a0c0f80)
+++ lib/db.c    2013-08-03 11:25:16 +0900 (d2329cd)
@@ -6596,7 +6596,7 @@ remove_columns(grn_ctx *ctx, grn_obj *obj)
 }
 
 static void
-_grn_obj_remove_db(grn_ctx *ctx, grn_obj *db, grn_obj *obj, grn_id id,
+_grn_obj_remove_db(grn_ctx *ctx, grn_obj *obj, grn_obj *db, grn_id id,
                    const char *path)
 {
   const char *io_spath;
-------------- next part --------------
HTML����������������������������...
Download 



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