[Groonga-commit] nroonga/nroonga [master] Cast the last argument to be compat with node 0.10

Back to archive index

Yoji SHIDARA null+****@clear*****
Sat Apr 6 13:14:07 JST 2013


Yoji SHIDARA	2013-04-06 13:14:07 +0900 (Sat, 06 Apr 2013)

  New Revision: f9430f7cf86b1b2495a89e944623939a41b253e7
  https://github.com/nroonga/nroonga/commit/f9430f7cf86b1b2495a89e944623939a41b253e7

  Message:
    Cast the last argument to be compat with node 0.10

  Modified files:
    src/nroonga.cc

  Modified: src/nroonga.cc (+1 -1)
===================================================================
--- src/nroonga.cc    2013-04-06 13:12:16 +0900 (bd506c6)
+++ src/nroonga.cc    2013-04-06 13:14:07 +0900 (b14eac1)
@@ -167,7 +167,7 @@ Handle<Value> Database::CommandString(const Arguments& args) {
   uv_queue_work(uv_default_loop(),
       &baton->request,
       CommandWork,
-      CommandAfter
+      (uv_after_work_cb)CommandAfter
       );
   return Undefined();
 }
-------------- next part --------------
HTML����������������������������...
Download 



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