Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34836
b: refs/heads/master
c: 17f48ec
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 0593dbc commit a1af4b4
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: 7bc5ba7e02f63a5732fdf99e7471f54738f6f918
refs/heads/master: 17f48ec3f15ddb8080b151304ee887c68f7e4650
2 changes: 1 addition & 1 deletion trunk/sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ static int snd_timer_s_start(struct snd_timer * timer)
njiff++;
} else {
njiff += timer->sticks - priv->correction;
priv->correction -= timer->sticks;
priv->correction = 0;
}
priv->last_expires = priv->tlist.expires = njiff;
add_timer(&priv->tlist);
Expand Down

0 comments on commit a1af4b4

Please sign in to comment.