X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.c;h=5736a2ddbdfc04199f6d2bf6544f9ce2d35a56f8;hp=6eed58ab53779dd22afb9442d002b60c71165525;hb=7df87a748fae6a9f20d337d79ec83978856f0c48;hpb=79d6515d49cdb0a91ff7c4a599f2d63cb5678032 diff --git a/play.c b/play.c index 6eed58ab..5736a2dd 100644 --- a/play.c +++ b/play.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Andre Noll + * Copyright (C) 2012-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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)