Changeset: 20a86a7fb94e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=20a86a7fb94e
Modified Files:
common/utils/mutils.h
Branch: default
Log Message:
Use larger buffer for directory name
diffs (21 lines):
diff --git a/common/utils/mutils.h b/common/utils/mutils.h
--- a/common/utils/mutils.h
+++ b/common/utils/mutils.h
@@ -21,6 +21,8 @@
#ifdef NATIVE_WIN32
+#include <stdio.h>
+
struct DIR {
char *dir_name;
int just_opened;
@@ -30,7 +32,7 @@ struct DIR {
typedef struct DIR DIR;
struct dirent {
- char d_name[256];
+ char d_name[FILENAME_MAX];
int d_namelen;
};
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list