add verbiage to bug submit

This commit is contained in:
Josh Coalson
2001-04-24 22:24:22 +00:00
parent 64f4fbcaf7
commit 2d647904b8
2 changed files with 6 additions and 2 deletions

View File

@@ -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>

View File

@@ -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;
}
}