summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools.c b/tools.c
index 453a788c..440ddd19 100644
--- a/tools.c
+++ b/tools.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.c 1.65 2002/05/13 16:32:12 kls Exp $
+ * $Id: tools.c 1.66 2002/05/13 17:56:17 kls Exp $
*/
#include "tools.h"
@@ -788,9 +788,8 @@ void cListBase::Ins(cListObject *Object, cListObject *Before)
if (objects)
objects->Insert(Object);
else
- objects = Object;
- if (!lastObject)
lastObject = Object;
+ objects = Object;
}
}