Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176484
b: refs/heads/master
c: 709334c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 15, 2009
1 parent 8bde7dd commit 8005a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f74890277a196949e4004fe2955e1d4fb3930f98
refs/heads/master: 709334c87dbdb44150ce436b3d13c814db0dcae9
3 changes: 2 additions & 1 deletion trunk/sound/isa/gus/gus_mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc,
!share_id[2] && !share_id[3])
return NULL;
for (block = alloc->first; block; block = block->next)
if (!memcmp(share_id, block->share_id, sizeof(share_id)))
if (!memcmp(share_id, block->share_id,
sizeof(block->share_id)))
return block;
return NULL;
}
Expand Down

0 comments on commit 8005a71

Please sign in to comment.