diff options
author | Noel Power <noel.power@novell.com> | 2011-02-08 14:48:10 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-02-08 14:48:10 +0000 |
commit | ba790368468bdd197168cf1b883d88909229b02b (patch) | |
tree | 959be9f46a20e6abd789283f2b57348fffd84d9f /desktop | |
parent | 3ee8f5cd26b27dae44ecb494b975855e1fe524ba (diff) |
oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5d
bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic
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 1f5396ae918e..73d496652772 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -375,7 +375,7 @@ send_args( int fd, rtl_uString *pCwdPath ) for ( ; index < len; ++index ) { if ( rtl_ustr_indexOfAscii_WithLength( pTmp->buffer - , pTmp->length , schemes[ index ], strlen(schemes[ index ] )) == 1 ) + , pTmp->length , schemes[ index ], strlen(schemes[ index ] )) == 0 ) { bIsSpecialURL = sal_True; break; |