This commit is contained in:
Philippe Teuwen 2021-10-16 23:43:31 +02:00
commit 232843477c
37 changed files with 115 additions and 129 deletions

View file

@ -225,7 +225,7 @@ local Utils =
end,
-- input parameter is a string
-- Swaps the endianess and returns a string,
-- Swaps the endianness and returns a string,
-- IE: 'cd7a' -> '7acd' -> 0x7acd
SwapEndiannessStr = function(s, len)
if s == nil then return nil end