1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
This commit is contained in:
B. Petersen 2018-09-20 21:55:00 +02:00
parent 64c598c6fa
commit 583733b742
3 changed files with 6 additions and 3 deletions

View file

@ -1433,7 +1433,7 @@ void dc_make_rel_path(dc_context_t* context, char** path)
* Copy a file to the blob directory, if needed.
*
* @param context The context object as returned from dc_context_new().
* @param path[in,out] The path, may be modified to a relative path
* @param[in,out] path The path, may be modified to a relative path
* starting with `$BLOBDIR`.
* @return 1=success file may or may not be copied, 0=error
*/