X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=play.c;h=ba9fff70190c7e150b136e15eb5375015897b2d0;hb=5dcb47606caf94ba1fe3a07f7795890fda3bdcee;hp=14fac42fd7b6e92566815d4c56b1f4b6b23c88e2;hpb=88bf6848d1c58ad0e0d9b62d7da2a81cea5bf0ff;p=paraslash.git diff --git a/play.c b/play.c index 14fac42f..ba9fff70 100644 --- a/play.c +++ b/play.c @@ -854,6 +854,7 @@ static int com_pause(__a_unused struct lls_parse_result *lpr) ss = PARA_MAX(ss, 0UL); ss = PARA_MIN(ss, pt->num_chunks); pt->start_chunk = ss; + pt->rq = CRT_REPOS; kill_stream(); return 0; }