Cleanup: Fix incorrect comment about name size of BLODataBlockInfo.

This commit is contained in:
Bastien Montagne
2025-05-23 15:55:06 +02:00
parent 8ab1a2bd13
commit ebefbcaeb0

View File

@@ -227,7 +227,7 @@ void BLO_read_do_version_after_setup(Main *new_bmain,
* \{ */
struct BLODataBlockInfo {
char name[64]; /* MAX_NAME */
char name[/*MAX_ID_NAME-2*/ 64];
AssetMetaData *asset_data;
/** Ownership over #asset_data above can be "stolen out" of this struct, for more permanent
* storage. In that case, set this to false to avoid double freeing of the stolen data. */