fix deprecated debug call in credocument.lua

This commit is contained in:
Qingping Hou
2012-11-23 01:10:34 -05:00
parent 9a4d6d4a2e
commit e3617676a1

View File

@@ -34,7 +34,7 @@ function CreDocument:engineInit()
if _v ~= "Dingbats.cff" and _v ~= "StandardSymL.cff" then
local ok, err = pcall(cre.registerFont, Font.fontdir..'/'.._v)
if not ok then
Debug(err)
DEBUG(err)
end
end
end