From 4f26641099410779089851009b1e5945a3613f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 24 Aug 2022 13:26:58 +0200 Subject: Change size of CfgA::limitToScreenwriter. --- c/data.h | 2 +- c/test.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/c/data.h b/c/data.h index ce87cb1..b974cec 100644 --- a/c/data.h +++ b/c/data.h @@ -57,7 +57,7 @@ struct CfgA unsigned short cEp = 4096; unsigned short iFocus = 0; unsigned short heightDlv = 0; - wchar_t limitToScreenwriter[64] = {0}; /* TODO: 64 -> 48 */ + wchar_t limitToScreenwriter[48] = {0}; wchar_t root[260] = {0}; wchar_t glob[64] = {0}; wchar_t url[192] = {0}; diff --git a/c/test.cpp b/c/test.cpp index 4c7c7ea..0f59af4 100644 --- a/c/test.cpp +++ b/c/test.cpp @@ -154,9 +154,10 @@ TESTS // CPY(bViewWatched); // CPY(bViewTVOriginal); // CPY(iSortCol); +// CPY(cEp); // CPY(iFocus); // CPY(heightDlv); -// SCPY(limitScreenwriter); +// SCPY(limitToScreenwriter); // SCPY(root); // SCPY(glob); // SCPY(url); -- cgit v1.2.3