writing: fix non-verbose annotation setup
[sheet.git] / writing.plp
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;
 }