[Libreoffice-commits] .: rsc/source

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Sep 21 00:31:44 PDT 2011


 rsc/source/rsc/rsc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfbf66ded4bfd18d9be6127c482336daaa44fc94
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Sep 21 09:31:17 2011 +0200

    Adding a file where the previous patch was not applying cleanly

diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 1137694..9670266 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -865,7 +865,7 @@ ERRTYPE RscCompiler::Link()
                 aSysSearchPath.append(cSearchDelim);
                 aSysSearchPath.append(aToken);
             }
-            OSL_TRACE( "setting search path for language %s: %s\n", it->aLangName.GetBuffer(), aSysSearchPath.getStr() );
+            OSL_TRACE( "setting search path for language %s: %s", it->aLangName.GetBuffer(), aSysSearchPath.getStr() );
             pTC->SetSysSearchPath(aSysSearchPath.makeStringAndClear());
 
             WriteRcContext  aContext;


More information about the Libreoffice-commits mailing list