On Sat, 13 Apr 1996 14:38:34 GMT, I wrote: >1) Find the function that displays the namelist menu. >2) Find the sprintf() call in it. >3) change the > S_NAMELIST(shop) >to S_NAMELIST(shop) ? S_NAMELIST(shop) : "<None>" Oops. That'll teach me to post a fix before looking at the code. This should be: 3) change the S_BUYWORD(shop, i) to S_BUYWORD(shop, i) ? S_BUYWORD(shop, i) : "<None>" >Rv. >
This archive was generated by hypermail 2b30 : 12/18/00 PST