summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/firmware_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c
index 972d998ca8..28623981c1 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -322,7 +322,7 @@ bool CheckPlatform(int platform_id, UINT16 version)
322 { /* the range of Recorders seen so far */ 322 { /* the range of Recorders seen so far */
323 return (platform_id == ID_RECORDER); 323 return (platform_id == ID_RECORDER);
324 } 324 }
325 else if (version == 0 || (version >= 300 && version <= 506)) 325 else if (version == 0 || (version >= 300 && version <= 508))
326 { /* for very old players, I've seen zero */ 326 { /* for very old players, I've seen zero */
327 return (platform_id == ID_PLAYER); 327 return (platform_id == ID_PLAYER);
328 } 328 }