X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aft.c;h=b3dde1379997bb6f69647255d0ac53fb703fce09;hb=a22e734cd89015a71d0dd7cf895799c440805847;hp=266188b5b370a3e7e3e8aaa092ca093aca7c6c04;hpb=0e3764a52eb6af123414ce07bcceb2c8bd2836c1;p=paraslash.git diff --git a/aft.c b/aft.c index 266188b5..b3dde137 100644 --- a/aft.c +++ b/aft.c @@ -1136,6 +1136,8 @@ int open_and_update_audio_file(struct osl_row *aft_row, long score, err: free(afd->afhi.chunk_table); osl_close_disk_object(&chunk_table_obj); + if (ret < 0) + PARA_ERROR_LOG("%s: %s\n", path, para_strerror(-ret)); return ret; }