Fix clear_telegram_is_new() for TEL_NORM from POGO at the epoch

Purely theoretical, of course.
This commit is contained in:
Markus Armbruster 2011-11-20 19:26:20 +01:00
parent 35e897f70b
commit a5bcb63b85

View file

@ -51,7 +51,7 @@ void
clear_telegram_is_new(natid to) clear_telegram_is_new(natid to)
{ {
last_tel[to].tel_type = 0; 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; last_tel[to].tel_date = 0;
} }