CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2016/01/09 06:36:11
Modified files: usr.bin/sndiod : midi.h Log message: Make midi->tickets signed (sign is needed for arithmetics even if the actual count is always positive). Found by David Coppa. Thanks.