From 62bf5a52af010eafb4c9aba7f45f53d7a4236bd9 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 13 Mar 2002 16:32:04 +0000 Subject: [PATCH] Changed configuration and menu filenames to lowercase for Unix-compatibility. --- exec/bullseye.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/bullseye.src b/exec/bullseye.src index 221c143926..e0eca9c15e 100644 --- a/exec/bullseye.src +++ b/exec/bullseye.src @@ -21,7 +21,7 @@ str fname printf "\r\nSynchronet BullsEye! Version 1.00 by Rob Swindell\r\n" pause_reset -set str "%zBULLSEYE.CFG" +set str "%zbullseye.cfg" fopen file O_RDONLY str if_false printf "\r\n!ERROR %ld opening %s\r\n" _errno str @@ -43,7 +43,7 @@ set total 0 # Display menu, list bulletins, display prompt, etc. :menu -printfile "%zBULLSEYE.ASC" +printfile "%zbullseye.asc" print "\1n\r\n\1b\1hEnter number of bulletin to view or press (\1wENTER\1b) to continue: \1w" getnum b total compare b 1 -- GitLab