diff scripts/ChangeLog @ 8886:0c1a9c178fdd

replace last call to split with strsplit
author John W. Eaton <jwe@octave.org>
date Fri, 27 Feb 2009 12:56:31 -0500
parents 579de77acd90
children 6e4a811e58f8
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,7 @@
 2009-02-27  John W. Eaton  <jwe@octave.org>
 
+	* general/num2str.m: Call strsplit instead of split.
+
 	* strings/strsplit.m: Style fixes.
 
 2009-02-27  Jaroslav Hajek  <highegg@gmail.com>