Use the correct type in va_arg call, char is promoted to int before calling
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 23 Mar 2005 17:22:21 +0000 (17:22 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 23 Mar 2005 17:22:21 +0000 (17:22 +0000)
commite1150d3135c5d39b7a3555636d836f42971326e9
tree0e759b1d4b345a52fca1fc06e16dab7faa195948
parent3e58fd8b5c99af08e54ffe5dc8c67e226e5dd791
Use the correct type in va_arg call, char is promoted to int before calling
and has to be fetched as such.
sys/bus/ppbus/ppb_msq.c