arecord: add a missing break to the capture loop

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2013-04-17 08:34:34 +02:00
parent 95788fea25
commit b4f34ac260

View file

@ -3021,6 +3021,9 @@ static void capture(char *orig_name)
fd = -1;
}
if (in_aborting)
break;
/* repeat the loop when format is raw without timelimit or
* requested counts of data are recorded
*/