diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-20 19:18:01 +0300 |
---|---|---|
committer | Fat-Zer <fatzer2@gmail.com> | 2025-08-21 11:37:57 +0000 |
commit | fb0dff6330956c282fda88bd4b625fcb7cb26142 (patch) | |
tree | cb4c3e9742284de2331ca1aa54e542976920f7e2 /src/svnqt/tests/ckpath.cpp | |
parent | 7c84800c4a5f8ad488d78c05cdd42d22eb31d37c (diff) | |
download | tdesvn-master.tar.gz tdesvn-master.zip |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
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; } |