Skip to content

Commit

Permalink
Merge pull request #680 from mike-wiese/master
Browse files Browse the repository at this point in the history
fix web mount list on apple2
  • Loading branch information
tschak909 authored Oct 25, 2023
2 parents 9b60b41 + e61487e commit 1097bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/device/iwm/fuji.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ void iwmFuji::setup(iwmBus *iwmbus)

int iwmFuji::get_disk_id(int drive_slot)
{
return -1;
return 0;
}
std::string iwmFuji::get_host_prefix(int host_slot)
{
Expand Down

0 comments on commit 1097bb9

Please sign in to comment.