mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 02:21:25 +00:00
templates: Pascal uses <> instead of !=
This commit is contained in:
parent
ffb7a6c5d7
commit
9df2f01963
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ var
|
||||||
begin
|
begin
|
||||||
// Attempt to remove old version if it exists.
|
// Attempt to remove old version if it exists.
|
||||||
if (IsUpgrade()) then begin
|
if (IsUpgrade()) then begin
|
||||||
if (UninstallOldVersion() != 0) then begin
|
if (UninstallOldVersion() <> 0) then begin
|
||||||
Result := "Removal of older @PROJECT_NAME@ version was cancelled. Unable to continue with normal installation process, Setup will now abort."
|
Result := "Removal of older @PROJECT_NAME@ version was cancelled. Unable to continue with normal installation process, Setup will now abort."
|
||||||
exit;
|
exit;
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue