X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/ba43e480ccc0580b680500212057fbafdd0b59ff..refs/heads/master:/src/tk/tkpixmap.c?ds=inline diff --git a/src/tk/tkpixmap.c b/src/tk/tkpixmap.c index 753bbe1..8d23dad 100644 --- a/src/tk/tkpixmap.c +++ b/src/tk/tkpixmap.c @@ -516,7 +516,7 @@ Tk_GetPixmapFromData(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) {