Cleanup: Fix incorrect comment about name size of BLODataBlockInfo.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user