fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127

This commit is contained in:
Josh Coalson 2004-07-24 00:03:45 +00:00
parent e04f0c424e
commit a7eecd05d8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -56,7 +56,7 @@ if [ -f /bin/sh.exe ] ; then
else
inputfile=/bin/sh
fi
if run_flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ; then
if run_flac --force --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ; then
chmod +w $flacfile
else
die "ERROR during generation"