Skip to content

Commit 2e5810a

Browse files
authored
Incorrect variable fixed.
file_invalid was changed to file_filter towards release.
1 parent 4d4e638 commit 2e5810a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source-latest.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ goto Review
107107
::Step 3
108108
:Review
109109
Echo %filename% | find /v "%file_all%" >nul && (goto Randomizer)
110-
Echo %filename% | findstr /i "%file_invalid%" >nul && (goto Error-InvalidFile)
110+
Echo %filename% | findstr /i "%file_filter%" >nul && (goto Error-InvalidFile)
111111
::For /f %%A in ("%filename%") do set filesize=%%~zA
112112
CLS
113113
Start "" "%filename%"

0 commit comments

Comments
 (0)