Skip to content

Commit

Permalink
makeDetailsMask() roundDirInAscii int8 (q27j)
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Feb 22, 2024
1 parent ea57fe5 commit 47326fc
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 @@ -506,7 +506,7 @@ static uint16_t GraphMeterMode_makeDetailsMask(const GraphColorComputeState* pre
double numDots = ceil(rem * 8.0);

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

0 comments on commit 47326fc

Please sign in to comment.