fix deprecated debug call in credocument.lua

pull/2/merge
Qingping Hou 12 years ago
parent 9a4d6d4a2e
commit e3617676a1

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

Loading…
Cancel
Save