[XForms] Client Message handler success.

Trent Piepho xyzzy at speakeasy.org
Tue Mar 30 06:18:59 EST 2004


On Tue, 30 Mar 2004, Jean-Marc Lasgouttes wrote:
>     int reserved[10 - sizeof(FL_CLIENT_CALLBACK)];/* future use              */

That should be:

int reserved[10 - sizeof(FL_CLIENT_CALLBACK)/sizeof(int)];




More information about the Xforms mailing list