From bb60054aa94157ce6bb247a64a14154eb6f818e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 14 Jan 2010 23:02:29 +0000 Subject: [PATCH] * uninitialized... --- webcit/subst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/subst.c b/webcit/subst.c index a4d8d2aaf..66ce691ac 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -1710,6 +1710,7 @@ int LoadTemplateDir(const StrBuf *DirName, HashList *wireless, HashList *big, co (strcmp(&filedir_entry->d_name[d_without_ext], ".swp") == 0)) continue; /* Ignore backup files... */ /* .m.xxx is for mobile useragents! */ + IsMobile = 0; if (d_without_ext > 2) IsMobile = (filedir_entry->d_name[d_without_ext - 1] == 'm') && (filedir_entry->d_name[d_without_ext - 2] == '.'); -- 2.30.2