Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[9fans] rio

0 views
Skip to first unread message

rob pike

unread,
Nov 22, 2000, 1:17:25 AM11/22/00
to
Rookie error in rio. In /sys/src/cmd/rio/wind.c,
change the line
memmove(hidden+i, hidden+i+1, nhidden-i);
to
memmove(hidden+i, hidden+i+1, (nhidden-i)*sizeof(hidden[0]));
and a stupid bug will vanish. Astonishing it's lived
this long.

-rob

George Michaelson

unread,
Nov 22, 2000, 1:37:29 AM11/22/00
to

http://www.spies.com/~dgc/pdp8x/

surely not beyond the capabilities of a plan-9er to port...

Is there an Edgar Allan P(lan9) O(n) E(verything) corner somewhere?

-George
--
George Michaelson | DSTC Pty Ltd
Email: g...@dstc.edu.au | University of Qld 4072
Phone: +61 7 3365 4310 | Australia
Fax: +61 7 3365 4311 | http://www.dstc.edu.au

0 new messages