claustromaniac %!s(int64=7) %!d(string=hai) anos
pai
achega
a0ec17955d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")
 		)