WoWInterface SVN NeedToKnow-Updated

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 109 to Rev 110
    Reverse comparison

Rev 109 → Rev 110

trunk/NeedToKnow/NeedToKnow_Options.lua
1341,6 → 1341,7
if text:byte(cur) == 34 then -- '"'
-- find the closing quote
local endq = cur
delim=nil
while not delim do
endq = text:find('"', endq+1)
if not endq then
1368,7 → 1369,7
v = false
end
end
if not v or v == "" then
if v==nil or v == "" then
print("Error parsing value at",cur)
end
cur = delim