Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& 0xff' in CRC32::crc32() of libsi/util.c

This commit is contained in:
Klaus Schmidinger
2005-05-28 14:19:16 +02:00
parent ae3da0bcec
commit 1e63fa4174
4 changed files with 28 additions and 16 deletions

View File

@@ -1362,3 +1362,5 @@ Georg Acher <acher@baycom.de>
for making tChannelID::operator==() inline for better performance
for introducing cListBase::count for better performance
for a patch that was used to implement hash tables to speed up cSchedule::GetEvent()
for avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the
'& 0xff' in CRC32::crc32() of libsi/util.c