goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
446 stars 335 forks source link

Fixed warning regarding unsequenced modification. #400

Closed EralpCelebi closed 9 months ago

EralpCelebi commented 9 months ago

Minor refactoring to silence an unsequenced modification warning. Increments 'len' before assigning it's new value.