diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-04 11:31:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-04 11:31:21 +0100 |
commit | 75648e80cfb13ee0589b246c4c0238b5e7c99abd (patch) | |
tree | 2e0019867d7bf6ef7052ec680a775af16f365dd5 /tools.c | |
parent | 8a7540321d01a11f461b99fc313e463ba58a5f65 (diff) | |
download | vdr-75648e80cfb13ee0589b246c4c0238b5e7c99abd.tar.gz vdr-75648e80cfb13ee0589b246c4c0238b5e7c99abd.tar.bz2 |
Modified cStateLock's SetExplicitModify() and IncState()
Diffstat (limited to 'tools.c')
-rw-r--r-- | tools.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.c 4.10 2018/03/03 19:35:31 kls Exp $ + * $Id: tools.c 4.11 2018/03/04 10:28:04 kls Exp $ */ #include "tools.h" @@ -2253,7 +2253,7 @@ void cListBase::SetExplicitModify(void) void cListBase::SetModified(void) { - stateLock.IncState(); + stateLock.SetModified(); } const cListObject *cListBase::Get(int Index) const |