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

bug fix: decomposeFilename max digit #74

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

fabiencastan
Copy link
Contributor

Time is ssize_t and not size_t, so the max number of digit is not the
same (there is a difference of one digit). This could generate an exception from boost::lexical_cast in
FileNumbers::push_back.

fabiencastan and others added 2 commits August 13, 2019 12:25
Time is ssize_t and not size_t, so the max number of digit is not the
same. This could generate an exception from boost::lexical_cast in
FileNumbers::push_back.
@coveralls
Copy link

coveralls commented Aug 19, 2019

Coverage Status

Coverage decreased (-2.09%) to 67.65% when pulling 236490c on fix_decomposeFilename_maxInt into c519c45 on develop.

@mguiral
Copy link
Member

mguiral commented Sep 9, 2019

LGTM

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.

3 participants