WoWInterface SVN MountRandomMount

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0
    from Rev 33 to Rev 34
    Reverse comparison

Rev 33 → Rev 34

AceConfigRegistry-3.0.lua
172,6 → 172,7
local function validateKey(k,errlvl,...)
errlvl=(errlvl or 0)+1
if type(k)~="string" then
print(',',k)
err("["..tostring(k).."] - key is not a string", errlvl,...)
end
if strfind(k, "[%c\127]") then