mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
GCC 14.1: Fix incompatible pointer type
This commit is contained in:
parent
5517d012bd
commit
34e743ffb6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user