BUG IN TGRAPH (oops!)
    Brandon Allbery 
    brandon at tdi2.UUCP
       
    Tue Nov 11 07:12:41 AEST 1986
    
    
  
Guess what?  In the files tgraph.h and tgload.c I have the following def-
inition:
		extern struct __g__ch_ {
			char g_name[6];
			char g_graph;
		} __graph[];
That "char g_graph;" should be a short, so the attributes in sys5 curses
will be kept correctly.  (Originally the attribute wasn't kept there, but
I tried to quick-hack the thing to provide sVr3 ACS_* strings...)
++Brandon
-- 
 /-----------//***/  Brandon S. Allbery		cbosgd!cwruecmp!ncoast!allbery
/---   -----//***/   Tridelta Industries, Inc.  ihnp4!tft2!tdi2!brandon
  /  //---, /---/    7350 Corporate Blvd.      		       !ncoast!allbery
 /  //   / /   /     Mentor, OH 44060
/--//---' /---/      +1 216 255 1080		HOME: +1 216 974 9210
    
    
More information about the Comp.sources.bugs
mailing list