[Libreoffice-commits] .: desktop/unx

Noel Power noelp at kemper.freedesktop.org
Tue Feb 8 06:49:31 PST 2011


 desktop/unx/source/start.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c20a211b8af0c960a04d71f4fb53ed0664383230
Author: Noel Power <noel.power at novell.com>
Date:   Tue Feb 8 14:48:10 2011 +0000

    oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5d
    
    bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic

diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 843d9bc..d782033 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;


More information about the Libreoffice-commits mailing list