summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-01-14 15:58:11 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-04 03:33:19 -0500
commitaa63bffd350727041e8fdd4a7fc884fda80a0a4a (patch)
tree4f6a8e2e3597045fb173d675a90f9650b316c959 /src/shared
parentee03c232907a0c340715ed8390d432cf27e13b27 (diff)
missing toStdString() from merge
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/directoryentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp
index c93df665..c44be9a1 100644
--- a/src/shared/directoryentry.cpp
+++ b/src/shared/directoryentry.cpp
@@ -909,7 +909,7 @@ const FileEntry::Ptr DirectoryEntry::searchFile(
if (temp != nullptr) {
if (len >= path.size()) {
- log::error(QObject::tr("unexpected end of path"));
+ log::error(QObject::tr("unexpected end of path").toStdString());
return FileEntry::Ptr();
}