diff src/ChangeLog @ 5154:9cb38bfb04ea

[project @ 2005-02-21 21:23:28 by jwe]
author jwe
date Mon, 21 Feb 2005 21:23:28 +0000
parents b111ca4715c6
children 7c3b22bafedc
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 21 21:01:42 2005 +0000
+++ b/src/ChangeLog	Mon Feb 21 21:23:28 2005 +0000
@@ -1,5 +1,10 @@
 2005-02-21  John W. Eaton  <jwe@octave.org>
 
+	* ov-builtin.cc (octave_builtin::subsref): If nargout is 0 and we
+	have additional indexing to perform, set it to 1 before calling
+	do_multi_index_op.
+	* ov-usr-fcn.cc (octave_user_function::subsref): Likewise.
+
 	* DLD-FUNCTIONS/gplot.l (send_to_plot_stream):
 	Replot with no previous plot is a no-op.
 	(makeplot): Likewise.