X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=blobdiff_plain;f=ecere%2Fsrc%2Fgui%2FGuiApplication.ec;h=9827b8f5fb8eaaf3a3a3813082aae7f597b2921c;hp=67923051e23d5ecddd6fd942722942d6e5aa4e07;hb=74291b710c5e7d89d81719daabed11831d6a2c24;hpb=7114e35e8aed5eec06f50f78ed86fb92a84d0235 diff --git a/ecere/src/gui/GuiApplication.ec b/ecere/src/gui/GuiApplication.ec index 6792305..9827b8f 100644 --- a/ecere/src/gui/GuiApplication.ec +++ b/ecere/src/gui/GuiApplication.ec @@ -1221,7 +1221,7 @@ public: for(link = class(Interface).derivatives.first; link; link = link.next) { bool foundDriver = false; - int c, numDrivers; + int c, numDrivers = 0; const char ** graphicsDrivers; inter = link.data;