X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fwrite_entry.c;h=d205bdbe9725e91d2e4ce44c81e60ebcb1a11a52;hp=d8dc062dfed8b0b1b90a05c750658da4f0e13898;hb=45291421bee33c79ffb4c8f0e1b67ca5cc262114;hpb=0237f10a296593d54fd8b2aa144921983085e002 diff --git a/ncurses/tinfo/write_entry.c b/ncurses/tinfo/write_entry.c index d8dc062d..d205bdbe 100644 --- a/ncurses/tinfo/write_entry.c +++ b/ncurses/tinfo/write_entry.c @@ -50,7 +50,7 @@ #define TRACE_NUM(n) /* nothing */ #endif -MODULE_ID("$Id: write_entry.c,v 1.105 2018/05/20 18:38:08 tom Exp $") +MODULE_ID("$Id: write_entry.c,v 1.106 2018/06/23 21:35:06 tom Exp $") static int total_written; static int total_parts; @@ -171,7 +171,7 @@ make_db_root(const char *path) if ((rc = stat(path, &statbuf)) < 0) { rc = mkdir(path -#if !defined(__MINGW32__) +#if !defined(_WIN32) ,0777 #endif );