projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
b3644a3
)
Merge branch 'maint'
author
Andre Noll
<maan@systemlinux.org>
Sun, 3 Nov 2013 11:53:53 +0000
(12:53 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 3 Nov 2013 11:53:53 +0000
(12:53 +0100)
play.c
patch
|
blob
|
history
diff --git
a/play.c
b/play.c
index
6eed58a
..
01125ab
100644
(file)
--- a/
play.c
+++ b/
play.c
@@
-431,7
+431,7
@@
static int load_next_file(struct play_task *pt)
int ret;
again:
- if (pt->rq == CRT_NONE
|| pt->rq == CRT_FILE_CHANGE
) {
+ if (pt->rq == CRT_NONE) {
pt->start_chunk = 0;
ret = next_valid_file(pt);
if (ret < 0)