projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2f1d7
)
Typo fix
author
Loïc Blot
<nerzhul@users.noreply.github.com>
Fri, 24 Mar 2017 07:59:52 +0000
(08:59 +0100)
committer
GitHub
<noreply@github.com>
Fri, 24 Mar 2017 07:59:52 +0000
(08:59 +0100)
builtin/common/misc_helpers.lua
patch
|
blob
|
history
diff --git
a/builtin/common/misc_helpers.lua
b/builtin/common/misc_helpers.lua
index 2318cea122767904c1a1b45d2f7d88daa2a39570..1d5b51fc65113e1ea5bf99b81544e3af573c911f 100644
(file)
--- a/
builtin/common/misc_helpers.lua
+++ b/
builtin/common/misc_helpers.lua
@@
-671,7
+671,7
@@
else
local color_code = core.get_color_escape_sequence(color)
for i, line in ipairs(lines) do
- lines[i] = colo
u
r_code .. line
+ lines[i] = color_code .. line
end
return table.concat(lines, "\n") .. core.get_color_escape_sequence("#ffffff")