diff options
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 9f1aa9d9..15ddb2a8 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -401,7 +401,7 @@ SubtitleAsset::write_xml () /* XXX: script, underlined, weight not supported */ bool first = true; - bool italic; + bool italic = false; Color color; int size = 0; Effect effect = NONE; |
