From 4ad2817f826e4c1e69fddaf578d4fe6eb22631c9 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa Date: Mon, 24 Oct 2022 23:10:21 +1100 Subject: [PATCH] fixed another bug for missing answer text --- VVCEasy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VVCEasy.bat b/VVCEasy.bat index 9e8c954..2b71c7d 100644 --- a/VVCEasy.bat +++ b/VVCEasy.bat @@ -525,7 +525,7 @@ goto start cls title FFmpeg VVDec support echo Hello, would you like to download FFmpeg VVDec support? Y/N? -set /p vvcnow0 +set /p vvcnow0=Answer: if %vvcnow0% == Y goto installvvdecffmpegnow if %vvcnow0% == N goto start if %vvcnow0% == y goto installvvdecffmpegnow