dtinfo: install required stuff, also in localized/

This commit is contained in:
Jon Trulson
2021-12-06 11:59:00 -07:00
parent b6c938fb47
commit 93a3d73ef7
6 changed files with 19 additions and 16 deletions

View File

@@ -259,7 +259,7 @@ void cat_open (void)
if(dfile != NULL)
{
sprintf(line,"gencat %s %s", dFilename, dfile);
snprintf(line, PATH_MAX, "gencat %s %s", dFilename, dfile);
if ( system(line) != 0 )
{
fatal("default .tmsg file would not gencat\n",0,9);