diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-30 11:45:40 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-30 11:46:27 +0900 |
commit | 85ea96211914b97c8ef8735a61c68489e0d010ce (patch) | |
tree | b7bd4d3e25d6346e0ee8a31aefde5f246d9c6140 /patch.c | |
parent | 101f45140f786289cb461e1afe77d0bfeee4d7bc (diff) | |
download | taosc-0.0.2.tar.gz |
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"); |