partially revert static outputString in RenderCurrentFolder #477
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/render-folder-regression"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The optimization only applies to targets with DGUS2_TFT set. On other targets the fixed-size array may be of insufficient size.
However, remove the potentially problematic initialization with a single nullpointer (empty string), as this will be overwritten in the very next line anyway.
Fixes:
a9c018f18c
Requirements
--
Benefits
No Regression in Non-DGUS targets.
Configurations
--
Related Issues
--