From: Ian Jackson Date: Sun, 24 Apr 2016 23:10:55 +0000 (+0100) Subject: An internal error message in printrule is improved slightly. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=xfonts-traditional.git;a=commitdiff_plain;h=3b801dd7a6124dded55f1aa51a980456c6dc0a30;ds=sidebyside An internal error message in printrule is improved slightly. --- diff --git a/debian/changelog b/debian/changelog index ee5bc67..19caf84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ xfonts-traditional (1.7.2~~iwj) UNRELEASED; urgency=medium conversion; we don't undo this, yet. So far, we just fix the quotes.) * Document in Description that we process some other font sizes too. * mkrules can consume .bdf.direct, or .sfd files. + * An internal error message in printrule is improved slightly. -- Ian Jackson Sun, 24 Apr 2016 22:07:21 +0100 diff --git a/printrule b/printrule index 4c16d9b..e2db77c 100755 --- a/printrule +++ b/printrule @@ -30,7 +30,7 @@ sub get ($) { } my $glyph=''; for (my $y=0; $y<$height; $y++) { - <$f> =~ m/^([0-9a-f]+)$/i or die "$p $_ ?"; + <$f> =~ m/^([0-9a-f]+)$/i or die "$y $height $p $_ ?"; $glyph.="$1;"; } $glyph =~ s/\;$//;