From a660993d140b860691c3ed0b71d3e8023e5a7c57 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Nov 2006 07:44:19 +0000 Subject: [PATCH] r19913: Fix a const warning --- source/registry/reg_perfcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/registry/reg_perfcount.c b/source/registry/reg_perfcount.c index 989457dd567..5ee2f8ab7d0 100644 --- a/source/registry/reg_perfcount.c +++ b/source/registry/reg_perfcount.c @@ -1030,7 +1030,7 @@ static uint32 _reg_perfcount_perf_data_block_fixup(PERF_DATA_BLOCK *block, prs_s uint32 reg_perfcount_get_perf_data_block(uint32 base_index, prs_struct *ps, PERF_DATA_BLOCK *block, - char *object_ids) + const char *object_ids) { uint32 buffer_size = 0; const char *fname = counters_directory( NAMES_DB );