From 11317e53fc0b28d63bf9a63a468d20d055f01866 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 20 Apr 2010 16:51:46 +0300 Subject: [PATCH] check for imgeUnsupported too --- od-win32/caps/caps_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/caps/caps_win32.cpp b/od-win32/caps/caps_win32.cpp index d2bafd10..5a0efe64 100644 --- a/od-win32/caps/caps_win32.cpp +++ b/od-win32/caps/caps_win32.cpp @@ -124,7 +124,7 @@ int caps_loadimage (struct zfile *zf, int drv, int *num_tracks) ret = pCAPSLockImageMemory (caps_cont[drv], buf, len, 0); xfree (buf); if (ret != imgeOk) { - if (ret == imgeIncompatible) { + if (ret == imgeIncompatible || ret == imgeUnsupported) { if (!notified) notify_user (NUMSG_OLDCAPS); notified = 1; -- 2.47.3