# HG changeset patch # User jwe # Date 1161748368 0 # Node ID 38114c34b44adacf0a13bb639ad7111d89a308f3 # Parent 0295db941ae708a875995dd1ea71bd0d2e174576 [project @ 2006-10-25 03:52:48 by jwe] diff -r 0295db941ae7 -r 38114c34b44a scripts/miscellaneous/unpack.m --- a/scripts/miscellaneous/unpack.m Wed Oct 25 03:47:48 2006 +0000 +++ b/scripts/miscellaneous/unpack.m Wed Oct 25 03:52:48 2006 +0000 @@ -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")