mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add verbiage to bug submit
This commit is contained in:
@@ -593,7 +593,7 @@
|
||||
<TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
|
||||
<TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
|
||||
<P>
|
||||
Bug tracking is done on the Sourceforge project page <A HREF="http://sourceforge.net/bugs/?group_id=13478">here</A>.
|
||||
Bug tracking is done on the Sourceforge project page <A HREF="http://sourceforge.net/bugs/?group_id=13478">here</A>. If you submit a bug, please provide an email contact and/or use the Monitor feature.
|
||||
</P>
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
|
||||
@@ -964,7 +964,11 @@ FLAC__StreamDecoderWriteStatus verify_write_callback(const FLAC__StreamDecoder *
|
||||
for(channel = 0; channel < decoder->channels; channel++) {
|
||||
if(0 != memcmp(buffer[channel], encoder_wrapper->verify_fifo.original[channel], sizeof(int32) * decoder->blocksize)) {
|
||||
fprintf(stderr, "\nERROR: mismatch in decoded data, verify FAILED!\n");
|
||||
fprintf(stderr, " Please submit a bug report to http://sourceforge.net/bugs/?func=addbug&group_id=13478\n");
|
||||
fprintf(stderr, "................................................................................oup_id=13478\n");
|
||||
fprintf(stderr, " Please submit a bug report to\n");
|
||||
fprintf(stderr, " http://sourceforge.net/bugs/?func=addbug&group_id=13478\n");
|
||||
fprintf(stderr, " Make sure to include an email contact in the comment and/or use the\n");
|
||||
fprintf(stderr, " \"Monitor\" feature to monitor the bug status.\n");
|
||||
return FLAC__STREAM_DECODER_WRITE_ABORT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user