lgtm: [skip ci] FIXME comment

Change FIXME or remove it
This commit is contained in:
wmayer
2022-03-20 16:51:23 +01:00
parent 702222b5a2
commit c9a0fae9db
7 changed files with 6 additions and 8 deletions

View File

@@ -2137,7 +2137,7 @@ bool MeshOutput::SaveAny(const char* FileName, MeshIO::Format format) const
// Compressed VRML is nothing else than a GZIP'ped VRML ascii file
// str.close();
//Base::ogzstream gzip(FileName, std::ios::out | std::ios::binary);
//FIXME: The compression level seems to be higher than with ogzstream
//Hint: The compression level seems to be higher than with ogzstream
//which leads to problems to load the wrz file in debug mode, the
//application simply crashes.
zipios::GZIPOutputStream gzip(str);