From d770df349cbd67617693eca546c265e74e3a4a60 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Tue, 29 Oct 2024 00:41:48 -0500 Subject: [PATCH] fix --- src/stdlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlg.c b/src/stdlg.c index bd65fa42401..3760bdb47fe 100644 --- a/src/stdlg.c +++ b/src/stdlg.c @@ -1445,7 +1445,7 @@ void SetFidoCheck(void) return; } - if (nWindowsVersion < WINDOWS_8) { + if (WindowsVersion.Version < WINDOWS_8) { ubprintf("Notice: The ISO download feature has been deactivated because " "your version of Windows is too old."); return;