migration to using new differentiated methods for setting record fields

This commit is contained in:
Vern Paxson 2021-02-25 16:59:26 -08:00
parent 4213245633
commit 62bab66114
74 changed files with 982 additions and 988 deletions

View file

@ -290,7 +290,7 @@ RecordVal* File::Rotate()
return nullptr;
}
info->Assign<TimeVal>(2, open_time);
info->AssignTime(2, open_time);
Unlink();