sal/cppunittester/cppunittester.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit dc9feb69f86b7c8e4f7b52ea6b4a18abd64b036b Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Mar 31 13:35:02 2014 +0200 Move invariant writes outside loop Change-Id: Ia254fe382a00be13a631fcc1b23f940352d8d3ba diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 0f4d58a..c2bdb13 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -115,9 +115,9 @@ public: { tn[i] = '_'; } - tn[len] = '_'; - tn[len + 1] = 0; } + tn[len] = '_'; + tn[len + 1] = 0; setenv("LO_TESTNAME", tn, true); delete[] tn; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits