[Groonga-commit] groonga/groonga at 3b96498 [master] io: fix a typo

Back to archive index

Susumu Yata null+****@clear*****
Mon Apr 2 11:11:38 JST 2018


Susumu Yata	2018-04-02 11:11:38 +0900 (Mon, 02 Apr 2018)

  New Revision: 3b964984a2c55f6eb0319ac966bcdf57e782acc9
  https://github.com/groonga/groonga/commit/3b964984a2c55f6eb0319ac966bcdf57e782acc9

  Message:
    io: fix a typo

  Modified files:
    lib/io.c

  Modified: lib/io.c (+1 -1)
===================================================================
--- lib/io.c    2018-03-31 07:29:31 +0900 (774d0c872)
+++ lib/io.c    2018-04-02 11:11:38 +0900 (fb432c78e)
@@ -2143,7 +2143,7 @@ grn_msync(grn_ctx *ctx, fileinfo *fi, void *start, size_t length)
     times[1] = times[0];
     r = futimes(fi->fd, times);
     if (r == -1) {
-      SERR("futimen failed: <%d>", fi->fd);
+      SERR("futimes failed: <%d>", fi->fd);
     }
   }
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180402/4223ce68/attachment.htm 



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