diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-18 14:49:14 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-18 14:49:14 -0800 |
commit | c6f3b275b0f9c18f438582531c33c1ce3e708d12 (patch) | |
tree | 82604931be3b564894929ebe249e4e87b4d3a456 | |
parent | cf3ded4491751231056b220525970e125d813e6a (diff) | |
parent | a5e3ac21b4f0764a9fdb51537abecd265764b4b9 (diff) |
Automated merge with http://bitbucket.org/mani_linden/viewer-development
-rw-r--r-- | indra/linux_updater/linux_updater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/linux_updater/linux_updater.cpp b/indra/linux_updater/linux_updater.cpp index cbdb3ddfe0..8aabb5ca60 100644 --- a/indra/linux_updater/linux_updater.cpp +++ b/indra/linux_updater/linux_updater.cpp @@ -824,7 +824,7 @@ int main(int argc, char **argv) } } - bool success = app_state->failure != FALSE; + bool success = !app_state->failure; delete app_state; return success ? 0 : 1; } |