diff options
| author | chenzizhan <[email protected]> | 2024-08-05 16:49:39 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-08-05 16:49:39 +0800 |
| commit | f58e284c904982364caad7fced8dcc0b6fa71737 (patch) | |
| tree | 2bf21e3345108ee1d9ec4598779f433a15751b5f /src/fieldstat_easy.c | |
| parent | 27393b3781b88040d2804ad4d68e764535bf8fbd (diff) | |
fix: TSG-22016v4.6.2
Diffstat (limited to 'src/fieldstat_easy.c')
| -rw-r--r-- | src/fieldstat_easy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldstat_easy.c b/src/fieldstat_easy.c index 19092ea..ed94484 100644 --- a/src/fieldstat_easy.c +++ b/src/fieldstat_easy.c @@ -130,7 +130,7 @@ struct fieldstat_easy *fieldstat_easy_new(int max_thread_num, const char *name, if (name != NULL) { struct field *global_dimension_more = malloc(sizeof(struct field) * (n_dimension + 1)); - global_dimension_more[0].key = "__name__"; + global_dimension_more[0].key = "name"; global_dimension_more[0].value_str = name; global_dimension_more[0].type = FIELD_VALUE_CSTRING; for (size_t i = 0; i < n_dimension; i++) { |
