Fix retval check of SleepConditionVariableCS
authorunknown <adam@indexdata.dk>
Wed, 19 May 2010 08:52:46 +0000 (10:52 +0200)
committerunknown <adam@indexdata.dk>
Wed, 19 May 2010 08:52:46 +0000 (10:52 +0200)
commit6143ea31aa0013f8a835b979b8444ef691d0d208
tree9a7d518460fe7320fe63637c12d6e056baee130b
parentd29edd99352a6faa759d36867a6ebaa485012f25
Fix retval check of SleepConditionVariableCS

SleepConditionVariableCS of Windows returns non-zero on success;
zero on failure (opposite of pthread_cond_timedwait).
src/condvar.c