Fix execscript() function to retrieve kbmap

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Pepijn Krijnsen 2022-08-21 14:03:34 +01:00 committed by Christoph Lohmann
parent 8c2a152d8f
commit e3109b8356
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ char *
execscript(char *cmd) execscript(char *cmd)
{ {
FILE *fp; FILE *fp;
char retval[1025], rv; char retval[1025], *rv;
memset(retval, 0, sizeof(retval)); memset(retval, 0, sizeof(retval));