From 451bf471d1e1b84e74eae3683a433f2d4a979d13 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 28 Jan 2011 21:15:15 +0100 Subject: [PATCH] writing: fix non-verbose annotation setup --- latin.plp | 2 +- writing.plp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/latin.plp b/latin.plp index f91055d..f8472d7 100644 --- a/latin.plp +++ b/latin.plp @@ -39,7 +39,7 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; unless (exists $get{v}) { $glyphs->{unicode}--; - $glyphs->{anno} = 0; + $glyphs->{anno} = []; $glyphs->{style} = 0; } diff --git a/writing.plp b/writing.plp index 86654e2..d6269e8 100644 --- a/writing.plp +++ b/writing.plp @@ -29,7 +29,7 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; unless (exists $get{v}) { $glyphs->{unicode}--; - $glyphs->{anno} = 0; + $glyphs->{anno} = []; $glyphs->{style} = 0; } -- 2.30.0