X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aft.c;h=b3dde1379997bb6f69647255d0ac53fb703fce09;hb=c7269c6960a0f67fcd3f5c9b5bbaad53824d0ae9;hp=266188b5b370a3e7e3e8aaa092ca093aca7c6c04;hpb=1c8226eae0e976d940366cd10bd708d8e4d0bca5;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; }