aboutsummaryrefslogtreecommitdiff
path: root/c/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/data.h')
-rw-r--r--c/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/data.h b/c/data.h
index 6b9a986..51132f6 100644
--- a/c/data.h
+++ b/c/data.h
@@ -49,7 +49,7 @@ struct CfgA
int iFocus = 0;
int heightDlv = 0;
wchar_t limitScreenwriter[64] = {0};
- wchar_t root[MAX_PATH] = {0};
+ wchar_t root[260] = {0};
wchar_t glob[64] = {0};
wchar_t url[192] = {0};
};