Mercurial > hg > octave-nkf
changeset 6084:38114c34b44a
[project @ 2006-10-25 03:52:48 by jwe]
author | jwe |
---|---|
date | Wed, 25 Oct 2006 03:52:48 +0000 |
parents | 0295db941ae7 |
children | 76e3715e31db |
files | scripts/miscellaneous/unpack.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/miscellaneous/unpack.m +++ b/scripts/miscellaneous/unpack.m @@ -183,7 +183,7 @@ status, output); endif - if (needmove || nargout > 0) + if (nargout > 0 || needmove) ## Trim the last cr if needed. ## FIXME -- will this need to change to a check for "\r\n" for windows? if (output(length (output)) == "\n")