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
Xiph.Org
flac
Commits
8f072323
Commit
8f072323
authored
Sep 11, 2007
by
Josh Coalson
Browse files
make SIGINT only stop the current mode, not the whole run
parent
0b12f7fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test_seeking/main.c
View file @
8f072323
...
...
@@ -386,6 +386,7 @@ static FLAC__bool seek_barrage(FLAC__bool is_ogg, const char *filename, off_t fi
printf
(
"OK
\n
"
);
fflush
(
stdout
);
}
stop_signal_
=
false
;
if
(
FLAC__stream_decoder_get_state
(
decoder
)
!=
FLAC__STREAM_DECODER_UNINITIALIZED
)
{
if
(
!
FLAC__stream_decoder_finish
(
decoder
))
...
...
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