Fix clear_telegram_is_new() for TEL_NORM from POGO at the epoch
Purely theoretical, of course.
This commit is contained in:
parent
35e897f70b
commit
a5bcb63b85
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ void
|
|||
clear_telegram_is_new(natid to)
|
||||
{
|
||||
last_tel[to].tel_type = 0;
|
||||
last_tel[to].tel_from = 0;
|
||||
last_tel[to].tel_from = NATID_BAD;
|
||||
last_tel[to].tel_date = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue