diff --git a/Library/AboutDialog.cpp b/Library/AboutDialog.cpp index e8436838..c7a25332 100644 --- a/Library/AboutDialog.cpp +++ b/Library/AboutDialog.cpp @@ -230,7 +230,7 @@ void UpdateAboutStatistics(LPCTSTR entryName) ListView_InsertItem(widget, &vitem); } - if (val && wcslen(val) > 0) + if (val) { ListView_SetItemText(widget, index, 1, (WCHAR*)val); }