diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-24 13:26:58 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-24 13:26:58 +0200 |
commit | 4f26641099410779089851009b1e5945a3613f9c (patch) | |
tree | 1c29ce3b620442cc3871343f31e8209a3519c147 | |
parent | 15a09ae4bd7cc686d1be6735b4e72cf490776f11 (diff) | |
download | EpisodeBrowser-4f26641099410779089851009b1e5945a3613f9c.tar.gz |
Change size of CfgA::limitToScreenwriter.
-rw-r--r-- | c/data.h | 2 | ||||
-rw-r--r-- | c/test.cpp | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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}; @@ -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); |