Skip to content

Commit

Permalink
#20 fixed typo in sample phonebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco_Sblendorio committed Jan 26, 2019
1 parent 2141275 commit 74568d6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ultimateterm.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void load_phonebook(void) {
strcpy(phonebook[0], "MANUAL ENTRY");
if(dev < 8 || bytesRead <= 0) { // No drive or no file
// Default phonebook
strcpy(phonebook[1], "afterlife.dynu.org 6400");
strcpy(phonebook[1], "afterlife.dynu.com 6400");
strcpy(phonebook[2], "bbs.jammingsignal.com 23");
strcpy(phonebook[3], "borderlinebbs.dyndns.org 6400");
strcpy(phonebook[4], "commodore4everbbs.dynu.net 6400");
Expand Down
Binary file modified target/UltimateTerm-and-demos.d64
Binary file not shown.
Binary file modified target/u-term128.prg
Binary file not shown.
Binary file modified target/u-term64.prg
Binary file not shown.

0 comments on commit 74568d6

Please sign in to comment.