Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44712
b: refs/heads/master
c: 201efe3
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Dec 20, 2006
1 parent 5606ccc commit e93f3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7ab399262ee636d19db5163a35ac406d5b892a0a
refs/heads/master: 201efe3793b0faab3538a463ad6d63cf0ef4403c
2 changes: 1 addition & 1 deletion trunk/sound/core/seq/seq_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char
return len;
newlen = len;
if (size_aligned > 0)
newlen = ((len + size_aligned - 1) / size_aligned) * size_aligned;
newlen = roundup(len, size_aligned);
if (count < newlen)
return -EAGAIN;

Expand Down

0 comments on commit e93f3ce

Please sign in to comment.