summaryrefslogtreecommitdiff
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
commitc20a211b8af0c960a04d71f4fb53ed0664383230 (patch)
treeeb04421e730b6b0a9b26f480c6d8a21b61a71fba
parentfa8cfcd45225d55d567e5ad05900c36700549d5d (diff)
bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic
-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 843d9bcad6..d7820339c3 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;