1
0
mirror of http://mpg123.de/trunk/.git synced 2025-07-31 13:24:22 +03:00

more clear error message for playlist mishap.

git-svn-id: svn://scm.orgis.org/mpg123/trunk@3187 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2012-05-15 05:57:46 +00:00
parent a1366e5dde
commit 9c98b4a2e0

View File

@ -55,7 +55,7 @@ else
if($entry < 0 or $entry > $#files or $frame < 0)
{
die "You got bad data in your playlist file. Clean that up.\n";
die "You got bad data in your playlist file (mismatch between current entry and total count, bad frame index). Clean that up.\n";
}
push(@mpg123_command, '-k', $frame, '--listentry', $entry, '-@', $listfile);