diff liboctave/oct-mutex.h @ 7957:ba2e00a216e8

Do not use "error" in octave_base_mutex class
author John W. Eaton <jwe@octave.org>
date Mon, 21 Jul 2008 15:23:29 -0400
parents 2c0a0edae596
children cbc402e64d83
line wrap: on
line diff
--- a/liboctave/oct-mutex.h
+++ b/liboctave/oct-mutex.h
@@ -31,7 +31,7 @@
 public:
   friend class octave_mutex;
 
-  octave_base_mutex (void) : count (-1) { }
+  octave_base_mutex (void) : count (1) { }
 
   virtual ~octave_base_mutex (void) { }