| Log Message: |
Fixed another problem with r838. If you did "setenv boot-device foo",
then "setenv boot-file bar", then the second setenv would fail, saying
"Out of environment space". The problem was that the null character
that terminates each name=value pair was being omitted.
|