From 07f895c1d1c8dc9686bc8f58ede737005bdd26c6 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 4 Feb 2003 01:32:38 +0000 Subject: [PATCH] Allows longer install_path and make_cmdline strings. --- src/sbbs3/install/sbbsinst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/install/sbbsinst.c b/src/sbbs3/install/sbbsinst.c index 0c674e268d..e6d8689997 100644 --- a/src/sbbs3/install/sbbsinst.c +++ b/src/sbbs3/install/sbbsinst.c @@ -313,7 +313,7 @@ int main(int argc, char **argv) "\n /usr/local/sbbs" "\n /opt/sbbs" "\n /home/bbs/sbbs"; - uifc.input(WIN_MID,0,0,"Install Path",params.install_path,40,K_EDIT); + uifc.input(WIN_MID,0,0,"",params.install_path,50,K_EDIT); break; case 3: strcpy(opt[0],"Borland"); @@ -370,7 +370,7 @@ int main(int argc, char **argv) case 7: uifc.helpbuf= "`Make Command-line`\n" "\n"; - uifc.input(WIN_MID,0,0,"Command",params.make_cmdline,60,K_EDIT); + uifc.input(WIN_MID,0,0,"",params.make_cmdline,65,K_EDIT); break; case 8: install_sbbs(distlist[dist],distlist[dist]->type==LOCAL_FILE?NULL:distlist[dist]->servers[server]); -- GitLab