diff options
Diffstat (limited to 'patch.c')
-rw-r--r-- | patch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch.c b/patch.c index 2aa697b..eacf2b1 100644 --- a/patch.c +++ b/patch.c @@ -1,6 +1,6 @@ /* * Dynamic patch - * Copyright (C) 2024 Nguyễn Gia Phong + * Copyright (C) 2024-2025 Nguyễn Gia Phong * * This file is part of taosc. * @@ -39,7 +39,7 @@ uint64_t getenvull(const char *name) return u; } -void init(int argc, const char *const *argv, const char **envp) +void init(int argc, const char *const *argv, char **envp) { environ = envp; taosc_predicate = getenv("TAOSC_PREDICATE"); |