aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-24 13:26:58 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-24 13:26:58 +0200
commit4f26641099410779089851009b1e5945a3613f9c (patch)
tree1c29ce3b620442cc3871343f31e8209a3519c147
parent15a09ae4bd7cc686d1be6735b4e72cf490776f11 (diff)
downloadEpisodeBrowser-4f26641099410779089851009b1e5945a3613f9c.tar.gz
Change size of CfgA::limitToScreenwriter.
-rw-r--r--c/data.h2
-rw-r--r--c/test.cpp3
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);