diff liboctave/ChangeLog @ 7955:645ced9fa838

regex-match.cc (regex_match::init): initialize err to 0
author John W. Eaton <jwe@octave.org>
date Mon, 21 Jul 2008 13:10:48 -0400
parents 2c0a0edae596
children ba2e00a216e8
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-21  John W. Eaton  <jwe@octave.org>
+
+	* regex-match.cc (regex_match::init): Initialize err to 0.
+
 2008-07-19  John W. Eaton  <jwe@octave.org>
 
 	* oct-mutex.h (class octave_base_mutex): New class.