diff options
-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); |