forked from len0rd/rockbox
voice: touch re-used voice pool files so we know they're used.
Change-Id: I13779845884f770aabb921543a9fa589fc89294e
This commit is contained in:
parent
ea5ce8034b
commit
06cf2f0da5
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ sub generateclips {
|
|||
$language);
|
||||
if (-f $pool_file) {
|
||||
printf("Re-using %s (%s) from pool\n", $id, $voice) if $verbose;
|
||||
system("touch $pool_file"); # So we know it's still being used.
|
||||
copy($pool_file, $enc);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue