Actions
Feature #11938
closed[PATCH] cleanup: stdlib: avoid extra calls to eliminate "\n" from Base64
Feature #11938:
[PATCH] cleanup: stdlib: avoid extra calls to eliminate "\n" from Base64
Status:
Closed
Assignee:
-
Target version:
-
Description
stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' (zero) to avoid adding the line feed.
Furthermore, the '*' (asterisk) modifier is not needed for
a single-element arrays.
Files
Actions