You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/graphlcd-base/files/graphlcd-base-2.0.0-musl.patch

12 lines
334 B

--- a/glcdgraphics/font.c
+++ b/glcdgraphics/font.c
@@ -176,7 +176,7 @@
int y; int loop;
int num = 0;
- uint dot; uint b;
+ unsigned int dot; unsigned int b;
cBitmap * charBitmap = new cBitmap(charWidth, fontHeight);
charBitmap->SetMonochrome(true);
charBitmap->Clear();