commit 14d67750da196f27f43a4107025895f573b5f732
parent 10cf9751008332397da6d26ba925f6379577ba43
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 28 May 2026 20:42:44 +0200
not const
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kyclogic/kyclogic_sanctions.c b/src/kyclogic/kyclogic_sanctions.c
@@ -205,7 +205,7 @@ process_buffer (struct TALER_KYCLOGIC_SanctionRater *sr)
buf_len = end - sr->read_buf;
while (0 != buf_len)
{
- const char *nl;
+ char *nl;
double rating;
double confidence;
char best_match[1024];