X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..f46cb0fc60e8c021d4d89f980d248453760a6137:/src/tk/tkbitmap.c diff --git a/src/tk/tkbitmap.c b/src/tk/tkbitmap.c index cc81cd0..c7693e8 100644 --- a/src/tk/tkbitmap.c +++ b/src/tk/tkbitmap.c @@ -434,7 +434,7 @@ Tk_GetBitmapFromData(interp, tkwin, source, width, height) Tk_Uid name = NULL; /* Initialization need only to prevent * compiler warning. */ int new; - static autoNumber = 0; + static int autoNumber = 0; char string[20]; if (!initialized) {