Use the correct signedness here. bug 337951, r+sr=jst

This commit is contained in:
mrbkap%gmail.com 2006-05-23 22:24:03 +00:00
Родитель ec747e6e9c
Коммит bf6a9597f9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -636,7 +636,7 @@ struct nsTimeout
PRUint32 mPublicId;
// Non-zero interval in milliseconds if repetitive timeout
PRInt32 mInterval;
PRUint32 mInterval;
// Nominal time (in microseconds since the epoch) to run this
// timeout