Browse Source

tiny change

claustromaniac 7 years ago
parent
commit
a0ec17955d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      updater.bat

+ 1 - 1
updater.bat

@@ -200,7 +200,7 @@ REM ############ Merge function ############
 :merge
 SETLOCAL DisableDelayedExpansion
 (
-	FOR /F tokens^=2^,^*^ delims^=^'^" %%G IN ('FINDSTR /B /R /C:"user_pref.*\)" "%~1"') DO (
+	FOR /F tokens^=2^,^*^ delims^=^'^" %%G IN ('FINDSTR /B /R /C:"user_pref.*\).*;" "%~1"') DO (
 		IF NOT "%%G"=="" (
 			IF NOT "%%H"=="" (SET "%%G=%%H")
 		)