aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-07 00:22:28 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-07 00:22:28 +0200
commit6faaff8f4f70e31d3d390aa0bf6982bec4ff2932 (patch)
tree7a63715341cfe90239390324da6d3e06f10b0063
parent4929e13de62e1b806ccc5dde604ceee15cdeffcb (diff)
downloadEpisodeBrowser-6faaff8f4f70e31d3d390aa0bf6982bec4ff2932.tar.gz
Use mark.
-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);