GCC 14.1: Fix incompatible pointer type

This commit is contained in:
Joffrey 2024-05-23 13:52:58 +02:00 committed by Joffrey Darcq
parent 5517d012bd
commit 34e743ffb6

View File

@ -4885,7 +4885,7 @@ out:
// Since file creation is asynchronous, the file may not have been created locally at the time of checking for case conflicts,
// so an additional check for the name of the file being created is required.
static gboolean
is_adding_files_case_conflict (GList **adding_files, const char *name, const char **conflict_path)
is_adding_files_case_conflict (GList **adding_files, const char *name, char **conflict_path)
{
GList *ptr;
SeafStat st;