From 88517c4f7395b3bff6d8198975422e952709ff6e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 4 Oct 2012 10:15:36 +0200 Subject: [PATCH] src/utils_cache.c: Fix comment re defining LISTVAL_INCREASE. Using the preprocessor flags (CPPFLAGS) is a tad more correct I think. --- src/utils_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils_cache.c b/src/utils_cache.c index c4be5ad1..82567f33 100644 --- a/src/utils_cache.c +++ b/src/utils_cache.c @@ -580,7 +580,7 @@ int uc_get_names (char ***ret_names, cdtime_t **ret_times, size_t *ret_number) * To see the difference, set this value to 1. * * To change this value at compile time: - * ./configure CFLAGS="-DLISTVAL_INCREASE=102400" + * ./configure CPPFLAGS="-DLISTVAL_INCREASE=102400" */ #ifndef LISTVAL_INCREASE # define LISTVAL_INCREASE 1024 -- 2.11.0