writing: fix non-verbose annotation setup
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 28 Jan 2011 20:15:15 +0000 (21:15 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Apr 2012 01:03:24 +0000 (03:03 +0200)
latin.plp
writing.plp

index f91055d7bcbfba28c447371f37e55494977ec09a..f8472d7e4698641aa4642ad649690b239bb01ca3 100644 (file)
--- 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;
 }
 
index 86654e2ca3f352f7325317655140dc2e33809f43..d6269e84d760c2ff60ee24ea7003266842d5f239 100644 (file)
@@ -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;
 }