summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-02-08 14:48:10 +0000
committerNoel Power <noel.power@novell.com>2011-02-08 14:48:10 +0000
commitba790368468bdd197168cf1b883d88909229b02b (patch)
tree959be9f46a20e6abd789283f2b57348fffd84d9f /desktop
parent3ee8f5cd26b27dae44ecb494b975855e1fe524ba (diff)
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.c2
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;