merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
245 changed files with 7312 additions and 28238 deletions
Showing only changes of commit 16080ab985 - Show all commits

View File

@@ -1669,6 +1669,9 @@ cmd_ac_complete_filepath(const char* const input, char* const startstr, gboolean
}
auto_gchar gchar* inpcp = g_strdup(inpcp_ptr);
if (!inpcp) {
return NULL;
}
// strip quotes
if (inpcp[0] == '"') {