Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
a0ac09ad
Commit
a0ac09ad
authored
Aug 16, 2002
by
Josh Coalson
Browse files
add assertions
parent
a242b3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/format.c
View file @
a0ac09ad
...
...
@@ -169,6 +169,8 @@ unsigned FLAC__format_seektable_sort(FLAC__StreamMetadata_SeekTable *seek_table)
unsigned
i
,
j
;
FLAC__bool
first
;
FLAC__ASSERT
(
0
!=
seek_table
);
/* sort the seekpoints */
qsort
(
seek_table
->
points
,
seek_table
->
num_points
,
sizeof
(
FLAC__StreamMetadata_SeekPoint
),
(
int
(
*
)(
const
void
*
,
const
void
*
))
seekpoint_compare_
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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