mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
rename debug() to Debug() to stop clashing with the debug submodule from Lua
This commit is contained in:
@@ -103,7 +103,7 @@ function Screen:restoreFromBB(bb)
|
||||
if bb then
|
||||
fb.bb:blitFullFrom(bb)
|
||||
else
|
||||
debug("Got nil bb in restoreFromSavedBB!")
|
||||
Debug("Got nil bb in restoreFromSavedBB!")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user