summaryrefslogtreecommitdiffstats
path: root/bdf2c.pl
diff options
context:
space:
mode:
authordscho <dscho>2001-10-07 02:59:57 +0000
committerdscho <dscho>2001-10-07 02:59:57 +0000
commit87c12192da6d0742988e2f95384a2dd78a2d5671 (patch)
tree0517c849cf90ac0b96a31519afa11c5d423482c8 /bdf2c.pl
parent446f334cc1ee67b280e218ae58fef34d5b063cea (diff)
downloadlibvncserver-87c12192da6d0742988e2f95384a2dd78a2d5671.zip
libvncserver-87c12192da6d0742988e2f95384a2dd78a2d5671.tar.gz
font corrections, displayHook
Diffstat (limited to 'bdf2c.pl')
-rw-r--r--bdf2c.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bdf2c.pl b/bdf2c.pl
index 9eca7b3..e92b465 100644
--- a/bdf2c.pl
+++ b/bdf2c.pl
@@ -16,6 +16,7 @@ $nullx="0x";
while(<>) {
if(/^FONT (.*)$/) {
$fontname=$1;
+ $fontname=~y/\"//d;
} elsif(/^ENCODING (.*)$/) {
$glyphindex=$1;
$searchfor="BBX";
OpenPOWER on IntegriCloud