summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-09-21 09:31:17 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-21 09:31:17 +0200
commitdfbf66ded4bfd18d9be6127c482336daaa44fc94 (patch)
tree7a81fc203c089e7eb0d519c6378e75084b711515 /rsc
parentbe6a8677a6ddb6387272a78406ec2149c4319f3d (diff)
Adding a file where the previous patch was not applying cleanly
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rsc/rsc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 113769410b90..967026616dff 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;