mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 479389 - Incorrect quoting when calling GetLongPath macro. r=jmathies
This commit is contained in:
parent
f13be3aee2
commit
322a9c0167
@ -271,8 +271,8 @@ Section "-Application" APP_IDX
|
||||
ClearErrors
|
||||
ReadRegStr $R0 HKLM "Software\Apple Computer, Inc.\QuickTime" "InstallDir"
|
||||
${Unless} ${Errors}
|
||||
${GetLongPath} $R0 "$R0"
|
||||
${Unless} $R0 == ""
|
||||
${GetLongPath} "$R0" $R0
|
||||
${Unless} "$R0" == ""
|
||||
ClearErrors
|
||||
GetFullPathName $R0 "$R0\Plugins\nsIQTScriptablePlugin.xpt"
|
||||
${Unless} ${Errors}
|
||||
|
Loading…
Reference in New Issue
Block a user