Mercurial > hg > octave-lojdl
diff src/ov-usr-fcn.cc @ 4343:db5e0814277a
[project @ 2003-02-20 16:44:16 by jwe]
author | jwe |
---|---|
date | Thu, 20 Feb 2003 16:46:37 +0000 |
parents | 3dc0815a2954 |
children | d39de791ef9c |
line wrap: on
line diff
--- a/src/ov-usr-fcn.cc +++ b/src/ov-usr-fcn.cc @@ -119,12 +119,9 @@ } void -octave_user_function::stash_fcn_file_name (void) +octave_user_function::stash_fcn_file_name (const std::string& nm) { - if (fcn_name.empty ()) - file_name = ""; - else - file_name = fcn_file_in_path (fcn_name); + file_name = nm; } void