mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-20 06:38:43 -04:00
Basic cleanup / mutex additions / bulk demod add
This commit is contained in:
@@ -1554,7 +1554,7 @@ bool DataTree::SaveToFileXML(const std::string& filename) {
|
||||
*/
|
||||
|
||||
bool DataTree::SaveToFile(const std::string& filename, bool compress, int /* compress_level */) {
|
||||
long dataSize, compressedSize, headerSize;
|
||||
long dataSize, compressedSize = 0, headerSize;
|
||||
char *serialized = nullptr, *hdr_serialized = nullptr, *compressed = nullptr;
|
||||
DataTree dtHeader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user