From: Toni Wilen Date: Tue, 20 Apr 2010 13:51:46 +0000 (+0300) Subject: check for imgeUnsupported too X-Git-Tag: 2100~4 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=11317e53fc0b28d63bf9a63a468d20d055f01866;p=francis%2Fwinuae.git check for imgeUnsupported too --- 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;