Fix drivers that assume ticks starts at zero. These drivers all have logic
similar to "if (ticks > localvar+interval) {localvar=ticks; ...}" where
localvar is initialized to zero. Ticks is initialized to a negative value
since r278230, and that leads to these if statements never being true.
Description
Description
Details
Details
- Provenance
• ian Authored on - Parents
- rS320742: The impending libregex will implement GNU extensions to bring BREs and
- Branches
- Unknown
- Tags