File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -320,4 +320,4 @@ bool io_mount_all(void)
320320 // return OS.dcb.dstats; // 1 = successful, anything else = error.
321321}
322322
323- #endif /* BUILD_ATARI */
323+ #endif /* BUILD_ATARI */
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ void screen_select_file_display(char *p, char *f)
373373 screen_clear_line (FILES_START_Y - 1 );
374374}
375375
376- void screen_select_file_display_long_filename (char * e )
376+ void screen_select_file_display_long_filename (const char * e )
377377{
378378 screen_puts (0 , 24 , e );
379379}
@@ -417,7 +417,7 @@ void screen_select_file_prev(void)
417417 }
418418}
419419
420- void screen_select_file_display_entry (unsigned char y , char * e , unsigned entryType )
420+ void screen_select_file_display_entry (unsigned char y , const char * e , unsigned entryType )
421421{
422422
423423/*
@@ -643,7 +643,7 @@ void screen_hosts_and_devices_host_slot_empty(unsigned char hs)
643643 screen_append (text_empty );
644644}
645645
646- void screen_hosts_and_devices_long_filename (char * f )
646+ void screen_hosts_and_devices_long_filename (const char * f )
647647{
648648 // show_line_nums();
649649}
Original file line number Diff line number Diff line change @@ -73,18 +73,18 @@ void screen_hosts_and_devices_edit_host_slot(unsigned char i);
7373void screen_hosts_and_devices_eject (unsigned char ds );
7474void screen_hosts_and_devices_host_slot_empty (unsigned char hs );
7575
76- void screen_hosts_and_devices_long_filename (char * f );
76+ void screen_hosts_and_devices_long_filename (const char * f );
7777
7878void screen_show_info (int printerEnabled , AdapterConfigExtended * ac );
7979
8080void screen_select_file (void );
8181void screen_select_file_display (char * p , char * f );
82- void screen_select_file_display_long_filename (char * e );
82+ void screen_select_file_display_long_filename (const char * e );
8383void screen_select_file_clear_long_filename (void );
8484void screen_select_file_filter (void );
8585void screen_select_file_next (void );
8686void screen_select_file_prev (void );
87- void screen_select_file_display_entry (unsigned char y , char * e , unsigned entryType );
87+ void screen_select_file_display_entry (unsigned char y , const char * e , unsigned entryType );
8888void screen_select_file_choose (char visibleEntries );
8989void screen_select_file_new_type (void );
9090void screen_select_file_new_size (unsigned char k );
You can’t perform that action at this time.
0 commit comments