diff --git a/portmidi/pm_linux/pmlinuxalsa.c b/portmidi/pm_linux/pmlinuxalsa.c index 53fd85f..cef4ed9 100644 --- a/portmidi/pm_linux/pmlinuxalsa.c +++ b/portmidi/pm_linux/pmlinuxalsa.c @@ -202,7 +202,7 @@ static PmError alsa_write_byte(PmInternal *midi, unsigned char byte, /* compute relative time of event = timestamp - now + latency */ PmTimestamp now = (midi->time_proc ? midi->time_proc(midi->time_info) : - Pt_Time(NULL)); + Pt_Time()); int when = timestamp; /* if timestamp is zero, send immediately */ /* otherwise compute time delay and use delay if positive */