Explorar o código

fix for previous commit

Take it or leave it. Up to you, as always.
claustromaniac %!s(int64=7) %!d(string=hai) anos
pai
achega
7cd2c650cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      prefsCleaner.bat

+ 1 - 1
prefsCleaner.bat

@@ -73,7 +73,7 @@ SETLOCAL DisableDelayedExpansion
 		SET "_line=%%H"
 		SETLOCAL EnableDelayedExpansion
 		SET "_pref=!_line: =!"
-                SET "_pref=!_line:	=!"
+                SET "_pref=!_pref:	=!"
 		IF /I "user_pref"=="!_pref:~0,9!" (
 			FOR /F "delims=," %%X IN ("!_pref!") DO (SET "_pref=%%X")
 			SET _pref=!_pref:"=""!