Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-08-22 01:43:04 -07:00
parent ae65ce6693
commit 904ef7893c
202 changed files with 1884 additions and 1694 deletions

View File

@@ -762,7 +762,7 @@ bool ON_WindowsBitmapEx::Internal_ReadV5( ON_BinaryArchive& file )
{
// Calling ON_WindowsBitmap::ReadCompressed() destroys
// m_bitmap_filename, so we have to read it into a local
// string and make the assigment after calling
// string and make the assignment after calling
// ON_WindowsBitmap::ReadCompressed().
ON_wString bitmap_filename;
if (rc)