No functional change intended.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential D45014
sound: Use nitems() where possible christos on Apr 29 2024, 4:22 PM. Authored by Tags None Referenced Files
Subscribers
Details No functional change intended. Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Indeed, it's nicer to use unsigned types (unsigned int or size_t) for comparisons with nitems(). |