mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
fixed: make export/import work with blob-files again
also add some more logging.
This commit is contained in:
@@ -1258,6 +1258,9 @@ pub unsafe fn dc_write_file(
|
||||
) -> libc::c_int {
|
||||
let mut success = 0;
|
||||
let pathNfilename_abs = dc_get_abs_path(context, pathNfilename);
|
||||
|
||||
info!(context, 0, "trying to write file {:?}", pathNfilename);
|
||||
|
||||
if pathNfilename_abs.is_null() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user