Mercurial > hg > octave-lyh
diff src/variables.cc @ 6613:b85dd243601d
[project @ 2007-05-11 17:56:32 by jwe]
author | jwe |
---|---|
date | Fri, 11 May 2007 17:56:32 +0000 |
parents | 82d0132889e4 |
children | c18ed0e7ee41 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1037,10 +1037,10 @@ file = octave_env::make_absolute (file, octave_env::getcwd ()); } - if (relative && file.empty ()) + if (file.empty ()) { - // Can't see this function from current - // directory, so we should clear it. + // Can't see this function now, so we should + // clear it. sr->clear ();