diff options
Diffstat (limited to 'src/svnqt/tests/ckpath.cpp')
-rw-r--r-- | src/svnqt/tests/ckpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/tests/ckpath.cpp b/src/svnqt/tests/ckpath.cpp index 697e153..a404e50 100644 --- a/src/svnqt/tests/ckpath.cpp +++ b/src/svnqt/tests/ckpath.cpp @@ -15,7 +15,7 @@ int main(int,char**) } unsigned j = 0; while (pa.length()>0) { - std::cout << pa.path() << std::endl; + std::cout << pa.path().local8Bit() << std::endl; pa.removeLast(); ++j; } |