mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-13 20:05:53 +08:00
Fix compilation error ....orz
This commit is contained in:
parent
a1d2d238c8
commit
b7afbafb52
@ -548,13 +548,12 @@ void GeLogin(STORESTRINGS_CLASS & KeysList, STORESTRINGS_CLASS & ValuesList,leve
|
||||
if (auth_level == LEVEL_ADMIN) ValuesList.add(FPSTR(DEFAULT_ADMIN_LOGIN));
|
||||
else ValuesList.add(FPSTR(DEFAULT_USER_LOGIN));
|
||||
} else
|
||||
#else
|
||||
#endif
|
||||
{
|
||||
ValuesList.add(FPSTR(VALUE_ITEM_HIDDEN));
|
||||
KeysList.add(FPSTR(KEY_LOGIN_ID));
|
||||
ValuesList.add("");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user