Patch level :2.0 AGA & p@rtners NOPATCH!
Files correlati :ba1.exe Ricompilazione Demo : [ ] Commento :sistemato problema anno di assistenza (introdotto il carattere '*' nel caso AGA) git-svn-id: svn://10.65.10.50/trunk@11757 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f84ff12a1a
commit
b6f04fc6a3
@ -154,7 +154,7 @@ bool update_assistance_year()
|
|||||||
break;
|
break;
|
||||||
decode_string(dninst_key, line.get_buffer());
|
decode_string(dninst_key, line.get_buffer());
|
||||||
const int sn = atoi(line);
|
const int sn = atoi(line);
|
||||||
if (sn == serno)
|
if (sn == serno || line[0] == '*')
|
||||||
{
|
{
|
||||||
dongle().set_year_assist(ass_year);
|
dongle().set_year_assist(ass_year);
|
||||||
if (dongle().burn())
|
if (dongle().burn())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user