X-Git-Url: https://git.saurik.com/ldid.git/blobdiff_plain/3db3b9494924fce4b24c16f829cd6e78c96bbcd6..a23f0faadd29ec00a6b7fb2498c3d15af15a7100:/ldid.cpp diff --git a/ldid.cpp b/ldid.cpp index 3411e59..0d4cb73 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -2503,8 +2503,7 @@ void DiskFolder::Find(const std::string &root, const std::string &base, const Fu void DiskFolder::Save(const std::string &path, bool edit, const void *flag, const Functor &code) { if (!edit) { - // XXX: use nullbuf - std::stringbuf save; + NullBuffer save; code(save); } else { std::filebuf save;