From 7ec73c4e25a747ca614df348b4c6b4df38a931ba Mon Sep 17 00:00:00 2001 From: MrDave Date: Thu, 26 Nov 2020 14:42:22 -0700 Subject: [PATCH] Additional event revision --- src/motion_loop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/motion_loop.cpp b/src/motion_loop.cpp index aa91d1d9..04feca97 100644 --- a/src/motion_loop.cpp +++ b/src/motion_loop.cpp @@ -1146,12 +1146,12 @@ static void mlp_actions_event(struct ctx_cam *cam) MOTION_LOG(NTC, TYPE_ALL, NO_ERRNO, _("End of event %d"), cam->event_nr); - cam->event_stop = FALSE; - cam->event_user = FALSE; cam->postcap = 0; cam->event_nr++; cam->text_event_string[0] = '\0'; } + cam->event_stop = FALSE; + cam->event_user = FALSE; } }