embed formatting prepends uninitialised char to some lists #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
marie/mcfg_2#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
When running any field embed formatting functions from mcfg_util, it prepends some uninitialised values to the return value when the input is as following:
Running mcfg_format_field_embeds on the field dest would result in something like:
This is because the value of dest does not have any prefixed characters.
fixed with #7