mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-27 05:20:25 +00:00
[AHK_TuxPaint_0.9.21c]
Fix a typo. Spotted by Thomas Faber. svn path=/trunk/ahk_tests/; revision=1960
This commit is contained in:
parent
e99693a68a
commit
3f6e1cab99
@ -27,7 +27,7 @@ if ErrorLevel
|
||||
else
|
||||
{
|
||||
UninstallerPath := ExeFilePathNoParam(UninstallerPath) ; Remove quotes from path
|
||||
SplitPath, UninstallerPath,, InstalledDir]
|
||||
SplitPath, UninstallerPath,, InstalledDir
|
||||
if (InstalledDir = "")
|
||||
TestsFailed("Either registry contains empty string or we failed to read it.")
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user