summaryrefslogtreecommitdiff
path: root/setup_native/source/win32
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-05 15:19:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-05 15:19:32 +0000
commit2d5ce69b79850877f57ff9900c99fb6eeffc8669 (patch)
tree2a20438d1a717c9c210e0d62641ada8dc209ba0a /setup_native/source/win32
parent0175d3d61ab6023a7c1ff59ca8edeed3b1291254 (diff)
INTEGRATION: CWS socs07 (1.2.10); FILE MERGED
2007/11/29 08:47:21 kso 1.2.10.1: #150919# - return 1 in case stclient binary cannot be found. Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'setup_native/source/win32')
-rw-r--r--setup_native/source/win32/stwrapper/stwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/stwrapper/stwrapper.cxx b/setup_native/source/win32/stwrapper/stwrapper.cxx
index 247977d84dab..e833f9fe83af 100644
--- a/setup_native/source/win32/stwrapper/stwrapper.cxx
+++ b/setup_native/source/win32/stwrapper/stwrapper.cxx
@@ -432,7 +432,7 @@ int WINAPI _tWinMain( HINSTANCE /*hInstance*/, HINSTANCE, LPTSTR, int )
}
}
else
- dwExitCode = 0; // no executable found
+ dwExitCode = 1; // no executable found
}
else
dwExitCode = 0; // wrong number of arguments