summaryrefslogtreecommitdiff
path: root/desktop/unx/source
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
commite6bec6dabd1960eee2f4860c2b5472870f3812b2 (patch)
tree7f079a363d4212346d24bdd425124d3da2cab486 /desktop/unx/source
parent4c00e6462f23787cd1f2c319d558fdb2d64f5d85 (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 Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Diffstat (limited to 'desktop/unx/source')
-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 596c5266138b..c9fb697368b1 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;