projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7688f8e
)
minor EMX fix
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Sun, 9 Jul 2006 17:54:09 +0000
(17:54 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Sun, 9 Jul 2006 17:54:09 +0000
(17:54 +0000)
src/test_seeking/main.c
patch
|
blob
|
history
diff --git
a/src/test_seeking/main.c
b/src/test_seeking/main.c
index de9df191e200b4d49efb4aa81f7e25dc6d563291..8f56731c61da5a1291c41d0c87eb0777172741af 100644
(file)
--- a/
src/test_seeking/main.c
+++ b/
src/test_seeking/main.c
@@
-376,7
+376,7
@@
static FLAC__bool seek_barrage_ogg_flac(const char *filename, off_t filesize, un
return die_of_("OggFLAC__file_decoder_process_until_end_of_metadata() FAILED", decoder);
printf("file's total_samples is %llu\n", decoder_client_data.total_samples);
-#if !defined _MSC_VER && !defined __MINGW32__
+#if !defined _MSC_VER && !defined __MINGW32__
&& !defined __EMX__
if (decoder_client_data.total_samples > (FLAC__uint64)RAND_MAX) {
printf("ERROR: must be total_samples < %u\n", (unsigned)RAND_MAX);
return false;