FujiNetWIFI / fujinet-firmware

8-bit systems to ESP32 WiFi Multifunction Firmware
https://fujinet.online
GNU General Public License v3.0
218 stars 66 forks source link

Fix ATARI set_prefix like TNFS://localhost -> TNFS:/localhost/ #752

Closed michaelsternberg closed 1 week ago

michaelsternberg commented 1 week ago

Before: NCD N1:TNFS://localhost resolves to TNFS:/localhost/ (losing the // after the protocol)

After NCD N1:TNFS://localhost resolves to TNFS://localhost/

As reported in Discord https://discord.com/channels/655893677146636301/925136532959002684/1251354402241904733

tschak909 commented 1 week ago

Thank you!