Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2020-06-28 18:30:40 +02:00
parent d726940422
commit b39ded1dc4
+1 -1
View File
@@ -185,7 +185,7 @@ bool Save(const std::string& filename,
matrix.quiet_save(filename, saveType) :
matrix.quiet_save(stream, saveType);
#else
const bool success = tmp.quiet_save(stream, saveType);
const bool success = matrix.quiet_save(stream, saveType);
#endif
if (!success)
{