aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-parse-edid
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-02-23 17:35:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-02-23 17:35:55 +0000
commit18a0736f62ba19da5e7ce3b02eb654dab2984cb9 (patch)
tree706e44be6e3f312e37d2b42aad0ad160725aace2 /monitor-parse-edid
parentc491f8e99349e4022fac0dec6536ab4b43396507 (diff)
downloadmonitor-edid-18a0736f62ba19da5e7ce3b02eb654dab2984cb9.tar
monitor-edid-18a0736f62ba19da5e7ce3b02eb654dab2984cb9.tar.gz
monitor-edid-18a0736f62ba19da5e7ce3b02eb654dab2984cb9.tar.bz2
monitor-edid-18a0736f62ba19da5e7ce3b02eb654dab2984cb9.tar.xz
monitor-edid-18a0736f62ba19da5e7ce3b02eb654dab2984cb9.zip
nicer message
Diffstat (limited to 'monitor-parse-edid')
-rwxr-xr-xmonitor-parse-edid2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-parse-edid b/monitor-parse-edid
index b4b377c..d1933fd 100755
--- a/monitor-parse-edid
+++ b/monitor-parse-edid
@@ -253,7 +253,7 @@ if (@ARGV == 0) {
my $raw_edid = join('', <$F>);
-length($raw_edid) == 128 || length($raw_edid) == 256 or die "parse-edid: bad edid length\n";
+length($raw_edid) == 128 || length($raw_edid) == 256 or die "monitor-parse-edid: bad edid\n";
my $edid = parse_edid($raw_edid);
if (my $err = check_parsed_edid($edid)) {