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

Avoid zero padding in logger track numbers #341

Merged
merged 1 commit into from
Nov 29, 2018
Merged

Avoid zero padding in logger track numbers #341

merged 1 commit into from
Nov 29, 2018

Conversation

itismadness
Copy link
Contributor

@itismadness itismadness commented Nov 29, 2018

Fixes the second dictionary (Tracks) from #340

Commit 4a53ecb fixed this issue within the TOC dictionary, but the issue still remained for the Tracks dictionary.

@JoeLametta
Copy link
Collaborator

Hi, this issue has been already fixed with commit 4a53ecb as mentioned in #340 (comment)

@itismadness
Copy link
Contributor Author

itismadness commented Nov 29, 2018

Sorry, I meant to update the comment for why I made this PR, got distracted, and forgot. I added in a brief sentence to the original message.

Both TOC (what you changed) and Tracks (what this changes) used to left pad numbers with that leading zero and both have the same bug of those numbers being treated as octals. 4a53ecb just updated the TOC listing, but didn't touch the Tracks listing. This PR brings them inline with that same fix.

@JoeLametta JoeLametta merged commit 21f73d3 into whipper-team:develop Nov 29, 2018
@JoeLametta
Copy link
Collaborator

Understood, thanks for the pull request!

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.

2 participants