From ce21ce6410c72e041a859487cf7c2eba41abd039 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 19 May 2016 21:16:43 +1000 Subject: [PATCH] Bad boy, Micko (nw) --- src/lib/formats/flopimg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/formats/flopimg.cpp b/src/lib/formats/flopimg.cpp index f8cf7c83780..515ce23c308 100644 --- a/src/lib/formats/flopimg.cpp +++ b/src/lib/formats/flopimg.cpp @@ -1051,7 +1051,7 @@ bool floppy_image_format_t::extension_matches(const char *file_name) const if(rlen == elen && !memcmp(ext, rext, rlen)) return true; if(next_ext) - next_ext = next_ext +1; + rext = next_ext +1; else break; }