From: Mischa POSLAWSKY Date: Fri, 28 Jan 2011 20:15:15 +0000 (+0100) Subject: writing: fix non-verbose annotation setup X-Git-Tag: v1.5~66 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/451bf471d1e1b84e74eae3683a433f2d4a979d13 writing: fix non-verbose annotation setup --- 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; }