We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b96057 commit 21f3a29Copy full SHA for 21f3a29
src/apple2/screen.c
@@ -579,7 +579,7 @@ void screen_select_file_next(void)
579
void screen_select_file_display_entry(unsigned char y, const char* e, unsigned entryType)
580
{
581
gotoxy(0,y+3);
582
- cprintf("%-40s",&e[2]); // skip the first two chars from FN (hold over from Adam)
+ cprintf("%-40s",&e[0]);
583
}
584
#pragma warn (unused-param, pop)
585
0 commit comments