Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23615
b: refs/heads/master
c: 37f1e98
h: refs/heads/master
i:
  23613: 3879099
  23611: dda828c
  23607: c2a08b2
  23599: afe2333
  23583: 6d67170
  23551: b06c5ba
v: v3
  • Loading branch information
Eugene Teo authored and Linus Torvalds committed Mar 25, 2006
1 parent 1bb63f5 commit 8fdc46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ad3dcc09c88c6e01d7624398c591ff3aee22fbe
refs/heads/master: 37f1e984253c7eeee8e0f2be9d134d1e9e34b9d4
4 changes: 2 additions & 2 deletions trunk/sound/oss/sequencer.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,11 @@ static void seq_local_event(unsigned char *event_rec)

static void seq_sysex_message(unsigned char *event_rec)
{
int dev = event_rec[1];
unsigned int dev = event_rec[1];
int i, l = 0;
unsigned char *buf = &event_rec[2];

if ((int) dev > max_synthdev)
if (dev > max_synthdev)
return;
if (!(synth_open_mask & (1 << dev)))
return;
Expand Down

0 comments on commit 8fdc46c

Please sign in to comment.