more version buf

This commit is contained in:
nhmall
2022-05-12 19:56:16 -04:00
parent fe5cb1011f
commit f8b8495144
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1061,7 +1061,7 @@ About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
switch (message) {
case WM_INITDIALOG:
getversionstring(buf);
getversionstring(buf, sizeof buf);
SetDlgItemText(hDlg, IDC_ABOUT_VERSION,
NH_A2W(buf, wbuf, sizeof(wbuf)));