summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/unx/source/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 3732737b955e..ce856ec4704f 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -541,7 +541,7 @@ read_percent( ChildInfo *info, int *pPercent )
/* from the last call */
int nNotProcessed = nRead - ( pNext - pBuffer );
if ( nNotProcessed >= BUFFER_LEN )
- return sal_False;
+ return ProgressContinue;
memmove( pBuffer, pNext, nNotProcessed );