From: utzoo!decvax!pur-ee!uiucdcs!essick
Newsgroups: net.notes
Title: Re: percentage in lower right corner - (nf)
Article-I.D.: uiucdcs.267
Posted: Fri Jul 23 11:27:39 1982
Received: Mon Jul 26 05:26:46 1982

#R:sri-unix:-223900:uiucdcs:23300003:004:388
uiucdcs!essick    Jul 23 10:49:00 1982

	The 0% comes from the fact that I did all of my development
work on a Vax, where int's are 32 bits.  If you look at the end
of the routine "showit" in module "dsply.c", you will find a printf
call that is supposed to show the percentage of the note done.
The control string calls for an int, but the variables used are
long's.  The solution is to cast the result to an int.

	Ray Essick