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

1 Commits

Author SHA1 Message Date
Stefan Kalscheuer
f10f396cc1 partially revert static outputString in RenderCurrentFolder
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
2023-06-25 15:42:12 +02:00