From 046cc497ad15222974201bef443109165973e3b9 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 8 Oct 2018 19:52:01 -0400 Subject: Fix red rocklib_img 32-24 bit targets int is an incompatible type for targets that have 32bit fb_data need to use FB_SCALARPACK for them Change-Id: Ib3b5ff19c54d8d1bb76af33d0538a17a71301514 --- apps/plugins/lua/include_lua/print.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua/include_lua/print.lua') diff --git a/apps/plugins/lua/include_lua/print.lua b/apps/plugins/lua/include_lua/print.lua index 3a11e7c..87fd11d 100644 --- a/apps/plugins/lua/include_lua/print.lua +++ b/apps/plugins/lua/include_lua/print.lua @@ -152,7 +152,7 @@ local _print = {} do -- if bByRef is _NIL or false then a copy is returned local function get_settings(bByRef) _p_opts = _p_opts or set_defaults() - if not bByRef then + if not bByRef then -- shallow copy of table local copy = {} for k, v in pairs(_p_opts) do -- cgit v1.1