On Wed, Jul 20, 2005 at 06:21:45AM -0700, J Robinson wrote: > The line > i = *(unsigned long *) prop->propValue; > > is probably intended like > > i = * ( (unsigned long *) (prop->propValue) ); Doesn't a cast have higher precedence than indirection? -- Bill Moseley moseley@hank.org Unsubscribe from or help with the swish-e list: http://swish-e.org/Discussion/ Help with Swish-e: http://swish-e.org/current/docs swish-e@sunsite.berkeley.eduReceived on Thu Jul 21 09:44:25 2005