[Pkg-owncloud-commits] [owncloud-client] 129/175: NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:35 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 0f7773ff9963b722aed187a9ea293239e9c01aab
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 0c8376b..ec8fa1d 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -259,7 +259,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