Mercurial > ecos
diff host/libcdl/package.cxx @ 2525:33cc410733a0
Eliminate various compiler warnings, fix typos, etc.
| author | bartv |
|---|---|
| date | Thu, 14 Aug 2008 21:38:29 +0000 |
| parents | 67a8feb8144a |
| children | 74dbf4c3f2e1 |
line wrap: on
line diff
--- a/host/libcdl/package.cxx +++ b/host/libcdl/package.cxx @@ -498,7 +498,7 @@ CdlPackageBody::save(CdlInterpreter inte interp->write_data(chan, data); // Deal with the value - this->CdlValuableBody::save(interp, chan, indentation + 4, false, minimal); + this->CdlValuableBody::save_valuable(interp, chan, indentation + 4, false, minimal); // And with any unrecognised data this->CdlNodeBody::save(interp, chan, indentation + 4, minimal);
