master
jluehrs2 2007-09-04 00:21:36 -05:00
parent 2f6ec8119b
commit ecf89e841c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ end
function message(msg_type, msg, color)
if ON then
local endcolor = ""
if COLOR and out_file == io.stdout then
if COLOR and outfile == io.stdout then
color = color or "\027[1;30m"
endcolor = "\027[0m"
else