From 2dedabedc9fb2f6d625d95a297055eb9d5f55b35 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 3 Feb 2024 22:07:11 +0100 Subject: [PATCH] clarify comment --- recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recorder.c b/recorder.c index 6cf967c..dd57fe2 100644 --- a/recorder.c +++ b/recorder.c @@ -686,7 +686,7 @@ void store_gwvalue(char *username, char *device, time_t tst, char *key, char *va /* * Decrypt the payload and return a pointer to allocated space containing * the clear text. - * p64 contains the base64-encoded payload from the device. `username' + * p64 contains the base64-encoded, encrypted payload from the device. `username' * and `device' are needed to obtain the decryption key for this object. */