mirror of
http://mpg123.de/trunk/.git
synced 2025-08-06 10:02:38 +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:
@@ -55,7 +55,7 @@ else
|
|||||||
|
|
||||||
if($entry < 0 or $entry > $#files or $frame < 0)
|
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);
|
push(@mpg123_command, '-k', $frame, '--listentry', $entry, '-@', $listfile);
|
||||||
|
Reference in New Issue
Block a user