Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
933f38a6
Commit
933f38a6
authored
Aug 22, 2002
by
Josh Coalson
Browse files
minor formatting
parent
0c3524c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/metaflac/main.c
View file @
933f38a6
...
...
@@ -1756,7 +1756,7 @@ FLAC__bool set_vc_field(const char *filename, FLAC__StreamMetadata *block, const
FLAC__bool
field_name_matches_entry
(
const
char
*
field_name
,
unsigned
field_name_length
,
const
FLAC__StreamMetadata_VorbisComment_Entry
*
entry
)
{
FLAC__byte
*
eq
=
memchr
(
entry
->
entry
,
'='
,
entry
->
length
);
const
FLAC__byte
*
eq
=
memchr
(
entry
->
entry
,
'='
,
entry
->
length
);
#if defined _MSC_VER || defined __MINGW32__
#define FLAC__STRNCASECMP strnicmp
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment