[Groonga-commit] groonga/groonga at 96862f6 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 12 16:45:10 JST 2017


Kouhei Sutou	2017-04-12 16:45:10 +0900 (Wed, 12 Apr 2017)

  New Revision: 96862f6287aed90cb7f9fc418d5392a7106247a3
  https://github.com/groonga/groonga/commit/96862f6287aed90cb7f9fc418d5392a7106247a3

  Message:
    Fix a typo

  Modified files:
    lib/file_lock.c

  Modified: lib/file_lock.c (+1 -1)
===================================================================
--- lib/file_lock.c    2017-04-12 16:43:39 +0900 (35d24c7)
+++ lib/file_lock.c    2017-04-12 16:45:10 +0900 (3f00e45)
@@ -73,7 +73,7 @@ grn_file_lock_acquire(grn_ctx *ctx,
                                    FILE_ATTRIBUTE_NORMAL,
                                    NULL);
 #else /* WIN32 */
-    file_lock->fd = open(file_lock->path, O_CREAT | O_EXCL, S_IRWUSR | S_IWUSR);
+    file_lock->fd = open(file_lock->path, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
 #endif
     if (!GRN_FILE_LOCK_IS_INVALID(file_lock)) {
       break;
-------------- next part --------------
HTML����������������������������...
Download 



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