[Pkg-owncloud-commits] [owncloud-client] 360/498: NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit d00aa3da84ad2ac24c97995bfad1000f0109b050
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Jun 4 12:39:20 2015 +0200

    NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true.
---
 cmake/modules/NSIS.template.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index bc80acf..260f6d6 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -257,7 +257,7 @@ FunctionEnd
 
 !macro CheckForProcess processName gotoWhenFound gotoWhenNotFound
    ${nsProcess::FindProcess} ${processName} $R0
-   StrCmp $R0 "0" ${gotoWhenNotFound} ${gotoWhenFound}
+   StrCmp $R0 0 ${gotoWhenFound} ${gotoWhenNotFound}
 !macroend
 
 !macro ConfirmEndProcess processName

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list