sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
* coding error in gwin.c?
@ 1992-11-19 14:52 rsalz
  0 siblings, 0 replies; only message in thread
From: rsalz @ 1992-11-19 14:52 UTC (permalink / raw)
  To: sam-fans

	*(Atom*) *ans = XA_STRING;
Isn't that wrong?  Shouldn't it be
	{ Atom *t = (Atom*)*ans; *t = XA_STRING; }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1992-11-19 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1992-11-19 14:52 coding error in gwin.c? rsalz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).