changeset 10970:795400289d1c

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Tue, 14 Sep 2010 01:59:03 -0400
parents da355a1a6d44
children 386aa01ca84c
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
 2010-09-14  John W. Eaton  <jwe@octave.org>
 
-	* oct-stream.cc (BEGIN_CHAR_CLASS_CONVERSION):
-	If we hit EOF but have found a match, clear the stream state.
+	* oct-stream.cc (BEGIN_CHAR_CLASS_CONVERSION): If we hit EOF but
+	have found a match, clear the stream state (bug # 30997).
 
 2010-09-13  Jaroslav Hajek  <highegg@gmail.com>