]> git.feebdaed.xyz Git - 0xmirror/openvpn.git/commit
iservice: rename one_glyph to glyph_size
authorHeiko Hund <heiko@ist.eigentlich.net>
Mon, 24 Nov 2025 17:00:50 +0000 (18:00 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 26 Nov 2025 11:17:30 +0000 (12:17 +0100)
commitdd1524c0bd7c7358b39da2fb4911076054736e0a
treeb4e18bee4b089cd8a2b01888b12f86e85fb7a727
parentdc5baf8039b37095109f22632a2ca02da805b548
iservice: rename one_glyph to glyph_size

Throughout the function variables which deal with byte counts have a
_size postfix. one_glyph is the number of bytes in one character.
Reading the code is easier and more consistent this way.

Change-Id: I69a6ab59d995fb4a511f57c8535b5ffa4048673c
Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1398
Message-Id: <20251124170055.16034-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg34642.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpnserv/interactive.c