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-11 14:46:46 +0000
commiteab0ecbbd9237f274da64612b76767e3f17abefb (patch)
tree28a0bb64761558f8d01570049063f967f79ad7dd
parentaa19c0ba41fbfdf9d3d031c7e0ba16e99a43eff9 (diff)
bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic Signed-off-by: Michael Meeks <michael.meeks@novell.com>
-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 38183f8a92..8685880b77 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;