From c82544f10ccf6a916f29d4a704c55f1eb9b12b62 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 11 Aug 2020 13:36:17 +0200 Subject: docs(cgiutil): you can keep pointers to literals --- cgiutil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cgiutil.h b/cgiutil.h index bb763ff..e3aad54 100644 --- a/cgiutil.h +++ b/cgiutil.h @@ -27,8 +27,7 @@ void terminate_headers(void); * accompanying reason phrase as a string. * * The value is statically allocated so do not attempt - * to free it and/or store it across multiple invocations - * without copying. + * to free it. * * Example usage: * -- cgit 1.4.1