diff --git a/dlls/ole32/filemoniker.c b/dlls/ole32/filemoniker.c index 4a399a45d28..827a2a0ac76 100644 --- a/dlls/ole32/filemoniker.c +++ b/dlls/ole32/filemoniker.c @@ -1065,7 +1065,7 @@ HRESULT WINAPI FileMonikerImpl_CommonPrefixWith(IMoniker* iface,IMoniker* pmkOth int WINAPI FileMonikerImpl_DecomposePath(LPOLESTR str, LPOLESTR** stringTable) { WCHAR bSlash[] = {'\\',0}; - WCHAR word[100]; + WCHAR word[MAX_PATH]; int i=0,j,tabIndex=0; LPOLESTR *strgtable ;