mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Travis: Unbreak the builds.
In the hopes of future-proofing as much as possible, jump to the latest distribution Travis supports.
This commit is contained in:
parent
4fb93a18ee
commit
0689448b1e
8 changed files with 87 additions and 151 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
static void
|
||||
update_log_var_names(const char *names) {
|
||||
strncpy_cond(log_var_names, names, config_log);
|
||||
strncpy(log_var_names, names, sizeof(log_var_names));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue