Files
ardour/libs/pbd/pbd/playback_buffer.h
Robin Gareus 95f8a3aace Explicitly prevent unsigned int wrap-around
This is a NOOP (0 - 1) + 2 == (0 + 2) - 1 but avoids
a unsigned int wrap-wrap around for good measure.
2021-06-14 00:43:08 +02:00

7.6 KiB