mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-02 23:01:47 +00:00
Reduce use of unsigned integers when signed will do fine.
This commit is contained in:
@@ -262,7 +262,7 @@ Rect AISRecentEntryDetailView::draw_field(
|
||||
const std::string& label,
|
||||
const std::string& value
|
||||
) {
|
||||
const size_t label_length_max = 4;
|
||||
const int label_length_max = 4;
|
||||
|
||||
painter.draw_string(Point { draw_rect.left(), draw_rect.top() }, style, label);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user