changeset 59:82cfbebaa8b9

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Aug 2012 14:15:51 +0300
parents c78757d6e440
children eef9c6312b88
files th_util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.c	Sun May 27 10:32:29 2012 +0300
+++ b/th_util.c	Wed Aug 15 14:15:51 2012 +0300
@@ -209,7 +209,7 @@
     else
     {
         *list = node;
-        node->prev = *list;
+        node->prev = node;
         (*list)->num = 1;
     }