aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);