changeset 10478:d382db6b9d81

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Tue, 30 Mar 2010 15:25:54 -0400
parents a9649f994b07
children ded9beac7582
files liboctave/ChangeLog
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Mar 30 15:24:39 2010 -0400
+++ b/liboctave/ChangeLog	Tue Mar 30 15:25:54 2010 -0400
@@ -2,6 +2,7 @@
 
 	* str-vec.cc (string_vector::string_vector (const char * const *)): 
 	Create empty string_vector object if arg is NULL.
+	Fixes bug #29386.
 
 2010-03-29  Jaroslav Hajek  <highegg@gmail.com>