epay: fix config
This commit is contained in:
parent
c7681e3d02
commit
b0c52686d1
@ -250,7 +250,7 @@ void es3sec_config_load(struct es3sec_config *cfg, const wchar_t *filename)
|
||||
|
||||
void epay_config_load(struct epay_config *cfg, const wchar_t *filename)
|
||||
{
|
||||
cfg->enable = GetPrivateProfileIntW(L"dongle", L"enable", 1, filename);
|
||||
cfg->enable = GetPrivateProfileIntW(L"epay", L"enable", 1, filename);
|
||||
}
|
||||
|
||||
void amactivator_config_load(struct amactivator_config *cfg, const wchar_t *filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user