src/cache.c [1887:1898]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const char *dst_name) { if (dst && is_dir(dst)) return EISDIR; char *dst_path; if (!dst) { char *dst_conv = dav_conv_to_server_enc(dst_name); dst_path = ne_concat(dst_parent->path, dst_conv, NULL); free(dst_conv); } else { dst_path = ne_strdup(dst->path); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/cache.c [1957:1968]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const char *dst_name) { if (dst && is_dir(dst)) return EISDIR; char *dst_path; if (!dst) { char *dst_conv = dav_conv_to_server_enc(dst_name); dst_path = ne_concat(dst_parent->path, dst_conv, NULL); free(dst_conv); } else { dst_path = ne_strdup(dst->path); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -