yet more version buf

This commit is contained in:
nhmall
2022-05-12 20:10:27 -04:00
parent f8b8495144
commit 44c225a11e
4 changed files with 4 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ NetHackQtPlayerSelector::NetHackQtPlayerSelector(
QVBoxLayout* vbab UNUSED = new QVBoxLayout(alignbox);
char versionbuf[QBUFSZ];
QLabel *logo = new QLabel(QString(nh_attribution).arg(
version_string(versionbuf)), this);
version_string(versionbuf, sizeof versionbuf)), this);
l->addWidget( namebox, 0,0,1,3 );
role = new NhPSListView(this);