Mercurial > hg > octave-jordi
changeset 11298:cb94bdc74670
defaults.cc (FEXEC_PATH): only call set_exec_path if nargin is greater than zero
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 26 Nov 2010 02:44:24 -0500 |
parents | 76cf48adfdf7 |
children | 6e8393b09d03 |
files | src/ChangeLog src/defaults.cc |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,11 @@ function to set GUI mode. (__fltk_uigetfile__): Remove nargout from argument list. (plot_window): Remove gui_mode enum here. +2010-11-26 John W. Eaton <jwe@octave.org> + + * defaults.cc (FEXEC_PATH): Only call set_exec_path if nargin is + greater than zero. + 2010-11-25 John W. Eaton <jwe@octave.org> * defaults.cc (set_exec_path): Append EXEC_PATH to PATH. Store