Silly me that's what I get for copying and pasting what was already there.
Attached is a revised patch.
Thanks,
/Ulrich
On Fri, Jun 08, 2007 at 01:11:03AM +0900, Dmitry Timoshkov wrote:
> "Ulrich Czekalla" <[EMAIL PROTECTED]> wrote:
>
> >-WCHAR word[MAX_PATH];
> >-int i=0,j,tabIndex=0;
"Ulrich Czekalla" <[EMAIL PROTECTED]> wrote:
-WCHAR word[MAX_PATH];
-int i=0,j,tabIndex=0;
+LPOLESTR word;
+int i=0,j,tabIndex=0, ret=0;
LPOLESTR *strgtable ;
int len=lstrlenW(str);
TRACE("%s, %p\n", debugstr_w(str), *stringTable);
-strgtable =CoTaskMemAlloc(le