Page MenuHomeFreeBSD

D50875.1789195014.diff
No OneTemporary

Size
367 B
Referenced Files
None
Subscribers
None

D50875.1789195014.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
Sat, Sep 12, 6:36 AM (18 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29568580
Default Alt Text
D50875.1789195014.diff (367 B)

Event Timeline