diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/unx/source/start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 7ae5ad4779d2..d191b48847e6 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -478,7 +478,7 @@ send_args( int fd, rtl_uString *pCwdPath ) if ( bResult ) { - char resp[ strlen( "InternalIPC::ProcessingDone" ) ]; + char resp[SAL_N_ELEMENTS("InternalIPC::ProcessingDone")]; ssize_t n = read( fd, resp, SAL_N_ELEMENTS( resp ) ); bResult = n == (ssize_t) SAL_N_ELEMENTS( resp ) && (memcmp( |