Page MenuHomeFreeBSD

D50875.id157096.diff
No OneTemporary

D50875.id157096.diff

diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -332,6 +332,10 @@
local graphic = branddef.ascii.image
+ if graphic == none then
+ return
+ end
+
x = x + shift.x
y = y + shift.y
@@ -470,6 +474,7 @@
},
},
["none"] = {
+ ascii = { image = none },
fb = { image = none },
},
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 28, 7:21 AM (8 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28064207
Default Alt Text
D50875.id157096.diff (367 B)

Event Timeline