Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
92fc6402
Commit
92fc6402
authored
2 weeks ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Small fix regarding VFS log
parent
4022e9b4
master
feature/swift_push_unit_tests
fix/audio_video_conference_factory_crash
fix/copy_message_id_content_operator
fix/ios_destroy_platform_helper_on_core_stop
fix/stream_allocation_no_label
fix/workaround_for_sip_simple_messages_with_bad_to_header
release/5.4
5.5.0-alpha
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
1 merge request
!3462
Small fix regarding VFS log
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/content/content.cpp
+1
-0
src/content/content.cpp
with
1 addition
and
0 deletions
src/content/content.cpp
+
1
−
0
View file @
92fc6402
...
...
@@ -442,6 +442,7 @@ const string Content::exportPlainFileFromEncryptedFile(const string &filePath) c
plainPathTest
=
cacheDir
+
std
::
to_string
(
index
)
+
"_"
+
basename
;
}
plainPath
=
plainPathTest
;
lInfo
()
<<
"[Content] Using file ["
<<
plainPath
<<
"]"
;
}
bctbx_free
(
basename
);
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets