Skip to content

Commit

Permalink
makeDetailsMask() roundDirInAscii (p23b)
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Feb 19, 2024
1 parent b68c97d commit 8d0200f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meter.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static uint16_t GraphMeterMode_makeDetailsMask(const GraphColorComputeState* pre
double maxBlanks = 8.0 - numDots;

uint8_t blanksAtEnd;
int roundDirInAscii = 0;
signed char roundDirInAscii = 0;
if (blanksAtTopCell >= 0) {
assert(blanksAtTopCell < 8);
blanksAtEnd = (uint8_t)blanksAtTopCell;
Expand Down

0 comments on commit 8d0200f

Please sign in to comment.