9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* update breaks ramp.
@ 1996-09-06 23:42 Russ
  0 siblings, 0 replies; only message in thread
From: Russ @ 1996-09-06 23:42 UTC (permalink / raw)


fb/ramp gets broken by update /plan9/update/fb/836422821.rc

the fix:
term% diff ramp.c 836422821/ramp.c
101c101
< 				line[3*x+2]=b0+(b1-b0)*x/(wid-1);
---
> 				line[3*x+1]=b0+(b1-b0)*x/(wid-1);
term%

otherwise the green channel is always overwritten
by the blue channel.




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

only message in thread, other threads:[~1996-09-06 23:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-09-06 23:42 update breaks ramp Russ

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).