diff options
Diffstat (limited to 'plugins/cheat/cheat_xml.lua')
-rw-r--r-- | plugins/cheat/cheat_xml.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cheat/cheat_xml.lua b/plugins/cheat/cheat_xml.lua index 7f66eb4125b..d5cee8ac2a2 100644 --- a/plugins/cheat/cheat_xml.lua +++ b/plugins/cheat/cheat_xml.lua @@ -110,12 +110,12 @@ function xml.conv_cheat(data) elseif width == "q" then width = "u64" end - + local prefix = cpu:sub(1,1) if prefix == ":" then cpu = cpu:sub(2,cpu:len()) end - + local cpuname = cpu:gsub(":", "_") if space == "m" then regions[cpuname .. space] = ":" .. cpu |