mirror of
https://github.com/Motion-Project/motion.git
synced 2026-06-12 07:44:34 -04:00
Change from ctx_algsec to cls_algsec
This commit is contained in:
@@ -282,8 +282,8 @@ static void mystrftime_long (const ctx_dev *cam,
|
||||
}
|
||||
|
||||
if (SPECIFIERWORD("secdetect")) {
|
||||
if (cam->algsec_inuse) {
|
||||
if (cam->algsec->isdetected) {
|
||||
if (cam->algsec->method != "none") {
|
||||
if (cam->algsec->detected) {
|
||||
sprintf(out, "%*s", width, "Y");
|
||||
} else {
|
||||
sprintf(out, "%*s", width, "N");
|
||||
|
||||
Reference in New Issue
Block a user