From 9c98b4a2e06e68395e15e00a6d26218e0fdbfc5b Mon Sep 17 00:00:00 2001 From: thor Date: Tue, 15 May 2012 05:57:46 +0000 Subject: [PATCH] more clear error message for playlist mishap. git-svn-id: svn://scm.orgis.org/mpg123/trunk@3187 35dc7657-300d-0410-a2e5-dc2837fedb53 --- scripts/conplay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/conplay b/scripts/conplay index 7f02e5e9..9d83aef0 100755 --- a/scripts/conplay +++ b/scripts/conplay @@ -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);