svn commit: r330370 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Sun Mar 4 03:23:20 UTC 2018


Author: kevans
Date: Sun Mar  4 03:23:19 2018
New Revision: 330370
URL: https://svnweb.freebsd.org/changeset/base/330370

Log:
  lualoader: logdef -> logodef typo

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua	Sun Mar  4 03:21:12 2018	(r330369)
+++ head/stand/lua/drawer.lua	Sun Mar  4 03:23:19 2018	(r330370)
@@ -454,7 +454,7 @@ function drawer.drawlogo()
 	x = x + drawer.shift.x
 	y = y + drawer.shift.y
 
-	if logdef ~= nil and logodef.shift ~= nil then
+	if logodef ~= nil and logodef.shift ~= nil then
 		x = x + logodef.shift.x
 		y = y + logodef.shift.y
 	end


More information about the svn-src-head mailing list