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

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Apr 16 23:07:04 JST 2015


Kouhei Sutou	2015-04-16 23:07:04 +0900 (Thu, 16 Apr 2015)

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

  Message:
    Fix a typo

  Modified files:
    lib/util.c

  Modified: lib/util.c (+1 -1)
===================================================================
--- lib/util.c    2015-04-16 23:04:16 +0900 (d86ab7f)
+++ lib/util.c    2015-04-16 23:07:04 +0900 (17172d6)
@@ -1381,7 +1381,7 @@ grn_mkstemp(char *path_template)
   return mkstemp(path_template);
 # else /* HAVE_MKSTEMP */
   mktemp(path_template);
-  return open(path_template, O_RDWR | O_CREAT | OEXCL, S_IRUSR | S_IWUSR);
+  return open(path_template, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
 # endif /* HAVE_MKSTEMP */
 }
 #endif /* WIN32 */
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る