Skip to content

Commit d290196

Browse files
committed
Removed test code and restored proper update functionality
1 parent f97d190 commit d290196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batch encoder.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for %%G in (%*) DO (if "%%G"=="--debug" (set "par_debug=true" & goto ArgParser))
2525
set "FLAG=0"
2626
for %%G in (%*) DO (
2727
set ARG=%%G
28-
rem if FLAG, record the flag name
28+
:: if FLAG, record the flag name
2929
echo !ARG! | findstr "\--" > nul && (
3030
if not ["!FLAG!"]==["0"] ( rem Check if FLAG is set - if it is, then previous was a boolean.
3131
set "par_!FLAG!=true"

0 commit comments

Comments
 (0)