Merge pull request #2776 from Joffr3y/fix/build

GCC 14.1: Fix incompatible pointer type
This commit is contained in:
feiniks 2024-05-24 10:43:37 +08:00 committed by GitHub
commit 852eb96398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;