partially revert static outputString in RenderCurrentFolder #477

Merged
stklcode merged 1 commits from fix/render-folder-regression into master 2023-06-25 09:53:56 -05:00
stklcode commented 2023-06-25 08:44:27 -05:00 (Migrated from github.com)

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

--

--

### 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: a9c018f18c90eef529021348dd2bc1459a3deb36 ### Requirements -- ### Benefits No Regression in Non-DGUS targets. ### Configurations -- ### Related Issues --
Sign in to join this conversation.
No description provided.