Skip to content

[PBCKP-334] Unified segno code for any fork #26

New issue

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

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

Already on ? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

daniel-95
Copy link
Contributor

In fact, any fork (not only MAIN_FORKNUM) can have multiple segments.

tags: ptrack

In fact, any fork (not only MAIN_FORKNUM) can have multiple segments.

tags: ptrack
else
pfl->segno = 0;
/* Parse segno */
segpath = strstr(de->d_name, ".");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use strchr since we're touching this lines ?

@codecov
Copy link

codecov bot commented Nov 11, 2022

Codecov Report

Merging #26 (b2f2fdf) into master (4a3d24b) will decrease coverage by 1.23%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   89.15%   87.91%   -1.24%     
==========================================
  Files           2        2              
  Lines         424      422       -2     
==========================================
- Hits          378      371       -7     
- Misses         46       51       +5     
Impacted FilesCoverage Δ
ptrack.c90.41% <100.00%> (-2.35%)⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@funny-falconfunny-falcon merged commit 4a36a1f into master Jan 16, 2023
@BurusBurus added this to the 2.4.0 milestone Jan 19, 2023
Sign up for free to join this conversation on . 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