Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143196780
D50875.id157096.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
D50875.id157096.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D50875: loader: Fix loader_brand = none
Attached
Detach File
Event Timeline
Log In to Comment