]> git.stg.codes - stg.git/blobdiff - projects/sgauth/web.cpp
Add initialization of LOADSTAT with zero
[stg.git] / projects / sgauth / web.cpp
index 6b49b3259d6d669ef2e03a638cc7d0057602619b..6e2d4acadbed89607ba7feb3b5fc35b45261031c 100644 (file)
@@ -66,6 +66,8 @@ for (int i = 0; i < DIR_NUM; i++)
     dirName[i] = "-";
 
 refreshPeriod = 5;
+
+memset(&ls, 0, sizeof(ls));
 }
 //---------------------------------------------------------------------------
 void WEB::Start()