mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
last batch of changes and fixes based on the libFLAC++ unit tests
This commit is contained in:
@@ -211,7 +211,7 @@ int infoDlg(char *fn, HWND hwnd)
|
||||
void getfileinfo(char *filename, char *title, int *length_in_ms)
|
||||
{
|
||||
id3v1_struct tag;
|
||||
FLAC__StreamMetadata_StreamInfo streaminfo;
|
||||
FLAC__StreamMetadata streaminfo;
|
||||
|
||||
if(0 == filename) {
|
||||
filename = lastfn_;
|
||||
|
||||
Reference in New Issue
Block a user