X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=922f04229c47ea3545f401bf3c6429ef86695e1d;hp=e29c15a0d48afe17fa39f6c349f9fa1e8f7e7216;hb=74943155276117fe23d94180b5fc12cd8749ac22;hpb=cec9a9348c155e285eb94f024b263d52e1735301 diff --git a/aft.c b/aft.c index e29c15a0..922f0422 100644 --- a/aft.c +++ b/aft.c @@ -1981,7 +1981,8 @@ static int touch_audio_file(__a_unused struct osl_table *table, new_afsi.num_played = tad->cto->num_played; if (tad->cto->last_played >= 0) new_afsi.last_played = tad->cto->last_played; - new_afsi.amp = tad->cto->amp; + if (tad->cto->amp >= 0) + new_afsi.amp = tad->cto->amp; } tad->num_matches++; save_afsi(&new_afsi, &obj); /* in-place update */