commit 2d5e6a5d69e1501acdf0c2d18472683233b352db parent 43a499c8190af14f04d313ef50d4fd78aa8f520b Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 28 May 2026 16:58:49 +0200 -not const Diffstat:
| M | src/kyclogic/kyclogic_sanctions.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kyclogic/kyclogic_sanctions.c b/src/kyclogic/kyclogic_sanctions.c @@ -185,7 +185,7 @@ fail_hard (struct TALER_KYCLOGIC_SanctionRater *sr) static bool process_buffer (struct TALER_KYCLOGIC_SanctionRater *sr) { - const char *buf = sr->read_buf; + char *buf = sr->read_buf; size_t buf_len; const void *end;