From: Adam Dickmeiss Date: Thu, 23 Mar 2006 17:50:17 +0000 (+0000) Subject: Minor X-Git-Tag: before.bug.529~204 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=85baa2f829cd740862eb6248fb2bde6553e6989f Minor --- diff --git a/util/tstflock.c b/util/tstflock.c index b628968..6ff2dfe 100644 --- a/util/tstflock.c +++ b/util/tstflock.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstflock.c,v 1.3 2006-03-23 17:32:03 adam Exp $ + * $Id: tstflock.c,v 1.4 2006-03-23 17:50:17 adam Exp $ */ #include @@ -75,9 +75,8 @@ static void tst_win32() 0, /* use default creation flags */ &dwThreadId[i]); /* returns the thread identifier */ } - WaitForMultipleObjects(NUM_THREADS, handles, TRUE, INFINITE); /* join */ - *seqp++ = '\0'; + WaitForMultipleObjects(NUM_THREADS, handles, TRUE, INFINITE); } #endif @@ -91,7 +90,6 @@ static void tst_pthread() for (i = 0; i