summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd.lua b/osd.lua
index 7075a73..e241d24 100644
--- a/osd.lua
+++ b/osd.lua
@@ -12,7 +12,7 @@ local colour = {}
for k, v in pairs(config.colour) do
-- constructed backwards as ASS colour tags expect BGR but we configure
-- them as RGB
- tag = '&}'
+ local tag = '&}'
for byte in v:gmatch('..') do
tag = byte:upper() .. tag
end