mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
work related to moving some file utils into the new file_utils convenience lib
This commit is contained in:
@@ -23,6 +23,7 @@ extern "C" {
|
||||
#include "FLAC/assert.h"
|
||||
#include "FLAC/metadata.h" // for ::FLAC__metadata_object_is_equal()
|
||||
#include "FLAC++/decoder.h"
|
||||
#include "share/file_utils.h"
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -2187,7 +2188,7 @@ bool test_decoders()
|
||||
if(!test_file_decoder())
|
||||
return false;
|
||||
|
||||
(void) file_utils__remove_file(flacfilename_);
|
||||
(void) FLAC__file_utils_remove_file(flacfilename_);
|
||||
free_metadata_blocks_();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user