Page MenuHomePhabricator

Convert format strings using %u for bools to use %d instead
ClosedPublic

Authored by Mengerian on Oct 15 2017, 04:33.

Details

Summary

Tackling a low-priority ticket to start getting familiar with the code base: https://reviews.bitcoinabc.org/T90

Test Plan

Does this change need test changes? It seems minor enough to not bother, I think...

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 15 2017, 04:33

Why would bool be signed rather than unsigned ?

Looked at the task, I see. LGTM.

This revision is now accepted and ready to land.Oct 15 2017, 18:19
Mengerian added a reviewer: jasonbcox.
This revision was automatically updated to reflect the committed changes.