Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

printf: Fix extra padding #6548

Merged
merged 7 commits into from
Jul 13, 2024
Merged

printf: Fix extra padding #6548

merged 7 commits into from
Jul 13, 2024

Conversation

Kev1n8
Copy link
Contributor

@Kev1n8 Kev1n8 commented Jul 7, 2024

should fix #6519 and #2774.
added some padding tests and fix the incorrect behaviors of padding

the previous PR #6520 was closed accidentally due to my mistake.

Copy link

github-actions bot commented Jul 7, 2024

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@Kev1n8
Copy link
Contributor Author

Kev1n8 commented Jul 13, 2024

I wonder if this is good enough to be merged. Please let me know if there's anything else I should do. :)

@sylvestre sylvestre merged commit a77848f into uutils:main Jul 13, 2024
64 of 68 checks passed
@sylvestre
Copy link
Contributor

yes, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

printf: extra spaces if padding number is not next to %
2 participants