Ignore:
Timestamp:
Jun 14, 2007, 3:33:51 AM (18 years ago)
Author:
stevenhl
Message:

Make warnings away - SHL
Use drv16/midi_idc.h only - SHL
Add interrupts 16-23 - MF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/sblive/midi.c

    r151 r205  
    287287                        cnt = count;
    288288
    289                 if (cnt <= 0) {
     289                if (cnt == 0) {
    290290                        if (file->f_flags & O_NONBLOCK)
    291291                                return ret ? ret : -EAGAIN;
Note: See TracChangeset for help on using the changeset viewer.