mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Cleanup of mostly asset files
- Fixes for all files - constexpr cleanup - Cosmetic changes - Remove punctuation from the end of messages
This commit is contained in:
@@ -854,7 +854,7 @@ public:
|
||||
//Read string length from file
|
||||
in->read(reinterpret_cast<char*>(&strLen), sizeof(strLen));
|
||||
if (strLen > saveBufferStringSize_max) {
|
||||
throw ConversionError("Invalid script size for conversion read.");
|
||||
throw ConversionError("Invalid script size for conversion read");
|
||||
}
|
||||
//Read back full string
|
||||
std::vector<char> temp(strLen + 1);
|
||||
|
||||
Reference in New Issue
Block a user