Changeset 205 for sbliveos2/trunk/sblive/midi.c
- Timestamp:
- Jun 14, 2007, 3:33:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/sblive/midi.c
r151 r205 287 287 cnt = count; 288 288 289 if (cnt <= 0) {289 if (cnt == 0) { 290 290 if (file->f_flags & O_NONBLOCK) 291 291 return ret ? ret : -EAGAIN;
Note:
See TracChangeset
for help on using the changeset viewer.