aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 3eb152d..237cc22 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -212,6 +212,7 @@ static LRESULT CALLBACK CBTProc(const int nCode, const WPARAM wParam, const LPAR
Pl("cfg","get_view_watched",&g_bViewWatched);
Pl("cfg","get_view_tv_original",&g_bViewTVOriginal);
+ Mark m;
char* s;
if (Pl("cfg","get_limit_screenwriter",&s))
strcpy_s(g_limitScreenwriter, sizeof(g_limitScreenwriter), s);