Update empty string check with proper placeholder character

This commit is contained in:
Foereaper
2022-08-02 18:02:53 +02:00
parent ebaed7e301
commit 62c12162e1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ local debug = false
local CMH = {} local CMH = {}
local datacache = {} local datacache = {}
local delim = {"", "", "", "", ""} local delim = {"", "", "", "", ""}
local emptyStr = "" local emptyStr = "˽"
local pck = {REQ = 1, DAT = 2} local pck = {REQ = 1, DAT = 2}
-- HELPERS START -- HELPERS START

View File

@ -5,7 +5,7 @@ local debug = false
local SMH = {} local SMH = {}
local datacache = {} local datacache = {}
local delim = {"", "", "", "", ""} local delim = {"", "", "", "", ""}
local emptyStr = "" local emptyStr = "˽"
local pck = {REQ = 1, DAT = 2} local pck = {REQ = 1, DAT = 2}
-- HELPERS START -- HELPERS START