diff options
author | obo <obo@openoffice.org> | 2010-06-14 15:08:15 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-14 15:08:15 +0200 |
commit | bfda0687628679851b45c1159753c0d63d9a47e1 (patch) | |
tree | eec4c62058e4165e072c1e1b33f28dbfa55cea9f /sal | |
parent | daca94b7f69ce224a15e1cfb9ace1d43dc71e4a3 (diff) | |
parent | a9e45f34fdc8deb88548f1833bb82a6ecdfcc5e7 (diff) |
CWS-TOOLING: integrate CWS dv12
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/diagnose.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/w32/diagnose.c b/sal/osl/w32/diagnose.c index 239628abcecc..b46bff44b73c 100644 --- a/sal/osl/w32/diagnose.c +++ b/sal/osl/w32/diagnose.c @@ -87,7 +87,6 @@ void SAL_CALL osl_trace(const sal_Char* lpszFormat, ...) if ( IsDebuggerPresent() ) { sal_Char szMessage[512]; - szMessage[sizeof(szMessage)-1] = 0; written = _vsnprintf( szMessage, sizeof(szMessage) - 2, lpszFormat, args ); if ( written == -1 ) written = sizeof(szMessage) - 2; |