From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from postman.osf.org ([130.105.1.152]) by hawkwind.utcs.toronto.edu with SMTP id <2795>; Thu, 19 Nov 1992 09:52:59 -0500 Received: from earth.osf.org by postman.osf.org (5.64+/OSF 1.0) id AA03299; Thu, 19 Nov 92 09:52:47 -0500 Received: by earth.osf.org (5.65/4.7) id AA05642; Thu, 19 Nov 92 09:52:45 -0500 Date: Thu, 19 Nov 1992 09:52:45 -0500 From: rsalz@osf.org Message-Id: <9211191452.AA05642@earth.osf.org> To: sam-fans@hawkwind.utcs.toronto.edu Subject: coding error in gwin.c? *(Atom*) *ans = XA_STRING; Isn't that wrong? Shouldn't it be { Atom *t = (Atom*)*ans; *t = XA_STRING; }