Skip to content
Snippets Groups Projects
Commit 62bf5a52 authored by rswindell's avatar rswindell
Browse files

Changed configuration and menu filenames to lowercase for Unix-compatibility.

parent 018cc9df
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ str fname ...@@ -21,7 +21,7 @@ str fname
printf "\r\nSynchronet BullsEye! Version 1.00 by Rob Swindell\r\n" printf "\r\nSynchronet BullsEye! Version 1.00 by Rob Swindell\r\n"
pause_reset pause_reset
set str "%zBULLSEYE.CFG" set str "%zbullseye.cfg"
fopen file O_RDONLY str fopen file O_RDONLY str
if_false if_false
printf "\r\n!ERROR %ld opening %s\r\n" _errno str printf "\r\n!ERROR %ld opening %s\r\n" _errno str
...@@ -43,7 +43,7 @@ set total 0 ...@@ -43,7 +43,7 @@ set total 0
# Display menu, list bulletins, display prompt, etc. # Display menu, list bulletins, display prompt, etc.
:menu :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" print "\1n\r\n\1b\1hEnter number of bulletin to view or press (\1wENTER\1b) to continue: \1w"
getnum b total getnum b total
compare b 1 compare b 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment