shithub: puzzles

Download patch

ref: ec2e2f37703e1da4bb097c27ae5e7f1fa368624b
parent: 20606f0fea14fecae55efa7fef4314a2f999ddc3
author: Simon Tatham <anakin@pobox.com>
date: Fri Apr 21 12:12:43 EDT 2023

Missing const in configure() documentation.

Commit de67801b0fd3dfa changed the 'name' field from char * to const
char *, but didn't update the docs to match. Better late than never.

--- a/devel.but
+++ b/devel.but
@@ -581,7 +581,7 @@
 
 The \cw{config_item} structure contains the following elements:
 
-\c char *name;
+\c const char *name;
 \c int type;
 \c union { /* type-specific fields */ } u;
 \e         iiiiiiiiiiiiiiiiiiiiiiiiii