1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-07 02:23:19 +02:00

misc: fix typo

Change-Id: I582a3a15474ef38cfd8b35a37e69cb5f4316f27d
This commit is contained in:
Sébastien Blin 2022-07-15 13:04:09 -04:00
parent 69002fb32a
commit ccd6b01da6
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9

View file

@ -293,7 +293,7 @@ setProfile(const QString& accountId, const api::profile::Info& profileInfo, cons
auto dir = fileInfo.dir();
if (!dir.exists()) {
if (!std::filesystem::create_directory(dir.path().toStdString())) {
qWarning() << "Cannot create " << dir.path().toStdString();
qWarning() << "Cannot create " << dir.path();
}
}
if (!lf.lock()) {