Skip to content

Commit

Permalink
Fix host=acorn *.ADF support, and host=tandy-coco *.DSK support.
Browse files Browse the repository at this point in the history
Both have been broken since v2.2a

Fixes #228
  • Loading branch information
keirf committed May 20, 2019
1 parent a679306 commit 0a6bcca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void image_open(struct image *im, struct slot *slot, DWORD *cltbl)
if (!strcmp(ext, type->ext))
break;
hint = type->handler;
if (hint == NULL)

/* Apply host-specific overrides to the hint. */
switch (ff_cfg.host) {
Expand Down

0 comments on commit 0a6bcca

Please sign in to comment.