Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!styx!ames!amdahl!acs From: acs@amdahl.UUCP Newsgroups: comp.sys.amiga Subject: Re: VT100 (V2.6 DBW 870227) p_convert Message-ID: <5758@amdahl.UUCP> Date: Thu, 26-Feb-87 00:12:21 EST Article-I.D.: amdahl.5758 Posted: Thu Feb 26 00:12:21 1987 Date-Received: Sat, 28-Feb-87 06:47:53 EST References: <8259@decwrl.DEC.COM> Reply-To: acs@amdahl.UUCP (Tony Sumrall) Organization: Amdahl Corporation, Sunnyvale CA Lines: 29 Keywords: kermit convert Summary: no reference in script.c In browsing through script.c I noticed that there is no reference to p_convert (the KERMIT filename case conversion variable). I see two routines (cmd_conv() and cmd_swap()) which manipulate the same variable (p_bs_del). Additionally, the command table entries for "con" and "swap" have essentially the same comments (i.e. bs<->del conversion). Methinks that perhaps cmd_con() should conditionally set p_convert as follows: line 695 was setvar(par,0,&p_bs_del); and maybe should be setvar(par,0,&p_convert); Additionally, I believe that the next line which reads: if (doing_init == 0) redoutil(); should perhaps be replaced with: if (doing_init) return; ClearMenuStrip(mywindow); InitCommItems(); /* Re-do comm menu */ SetMenuStrip(mywindow,&menu[0]); (if the above code looks familiar that's because it *is* -- I copied it from cmd_mode()). -- Tony Sumrall acs@amdahl.amdahl.com <=> ...!{ihnp4,hplabs,seismo}!amdahl!acs [ Opinions expressed herein are the author's and should not be construed to reflect the views of Amdahl Corp. ]