Commit 6ce5619
Remove object name length assertions, keep error messages
- Remove RT_ASSERT from rt_object_init() (line 402)
- Remove RT_ASSERT from rt_object_allocate() (line 518)
- Keep LOG_E error messages to warn about name length issues
- This allows objects with long names to be created with truncation warning
Co-authored-by: Rbb666 <[email protected]>1 parent e5d46f5 commit 6ce5619
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
403 | 402 | | |
404 | 403 | | |
405 | 404 | | |
| |||
515 | 514 | | |
516 | 515 | | |
517 | 516 | | |
518 | | - | |
519 | 517 | | |
520 | 518 | | |
521 | 519 | | |
| |||
0 commit comments