mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-01 12:53:49 -04:00
This problem seem to arise due to casting _n->framesLeft() and _n->offset() from an unsigned type (size_t) to a signed type (int). The fix is to use size_t as the type for std::max across the board.
28 KiB
28 KiB