summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/afs_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/afs_dsk.cpp')
-rw-r--r--src/lib/formats/afs_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/afs_dsk.cpp b/src/lib/formats/afs_dsk.cpp
index b9b6cefadec..d6b275240de 100644
--- a/src/lib/formats/afs_dsk.cpp
+++ b/src/lib/formats/afs_dsk.cpp
@@ -32,7 +32,7 @@ const char *afs_format::extensions() const
int afs_format::identify(io_generic *io, uint32_t form_factor, const std::vector<uint32_t> &variants)
{
- int type = find_size(io, form_factor);
+ int type = find_size(io, form_factor, variants);
if (type != -1)
return 50;