goatshriek / stumpless

a C logging library built for high performance and a rich feature set
https://goatshriek.github.io/stumpless
Apache License 2.0
443 stars 321 forks source link

Fixed unsequenced modification warning. #401

Closed EralpCelebi closed 7 months ago

EralpCelebi commented 7 months ago

Increments 'len' before assignment to avoid warnings regarding unsequenced modification.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1023a7c) 90.48% compared to head (406afa5) 90.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #401 +/- ## ======================================= Coverage 90.48% 90.48% ======================================= Files 46 46 Lines 4160 4161 +1 Branches 553 553 ======================================= + Hits 3764 3765 +1 Misses 273 273 Partials 123 123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

goatshriek commented 7 months ago

Thanks very much for putting this together so quickly!