usp10: Resend - Add funtionality for ScriptStringAnalyse

Alexandre Julliard julliard at winehq.org
Tue Aug 15 04:26:20 CDT 2006


Jeff L <lats at yless4u.com.au> writes:

> +    cMaxItems = 255;                 /* Pick an abritary size for buffers */
> +    if  (!*pssa)                     /* Clean it out and start again  */
> +        ScriptStringFree(pssa);

I still don't see why you want to free a NULL pointer.

> +    {
> +        prtssa(*pssa);
> +        analysis = * pssa;
> +        prtssa((SCRIPT_STRING_ANALYSIS *)analysis);

Why do you print the same object twice?

There seems to be a lot of confusion in your code between pointers and
pointers to pointers, I think you need to define better data types to
clarify this.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list