Цей коміт міститься в:
2025-10-01 14:05:22 +02:00
джерело 0d5e6cd052
коміт 5f3e73e592

Переглянути файл

@@ -160,11 +160,6 @@ bool path_is_directory(const char *path)
return S_ISDIR(sb.st_mode);
}
static inline bool file_exists(const char *path)
{
return access(path, F_OK) == 0;
}
void add_to_ignore_list(const char *str)
{
*ignorelist_current = xmalloc(sizeof(struct ignorelist));