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
f865adbb
Commit
f865adbb
authored
Sep 12, 2004
by
Josh Coalson
Browse files
fix compiler warnings
parent
b7b98bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/metaflac/operations_shorthand_cuesheet.c
View file @
f865adbb
...
...
@@ -31,7 +31,7 @@ FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata
FLAC__StreamMetadata
*
cuesheet
=
0
;
FLAC__Metadata_Iterator
*
iterator
=
FLAC__metadata_iterator_new
();
FLAC__uint64
lead_out_offset
=
0
;
FLAC__bool
is_cdda
;
FLAC__bool
is_cdda
=
false
;
if
(
0
==
iterator
)
die
(
"out of memory allocating iterator"
);
...
...
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