head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.08.30.09.14.25; author he; state Exp; branches; next ; commitid Xo1sQzDwnvCDQDTG; desc @@ 1.1 log @misc/dvorakng: fix build where char != signed char, as on powerpc. Also sprinkle "const" to get rid of warnings related to string handling. Bump PKGREVISION. @ text @$NetBSD$ Sprinkle "const" to deal with string constants and get rid of warnings. --- lessons.cpp.orig 2026-08-30 09:05:20.511041785 +0000 +++ lessons.cpp @@@@ -30,7 +30,7 @@@@ * note that as of version 1.2 using ASCII files is possible too. */ -char *lessons[] = +const char *lessons[] = { "UH: home row, index fingers", "\x2" @