Update of bug #18667 (project wesnoth):

             Assigned to:                    None => thonsew                

    _______________________________________________________

Follow-up Comment #6:

Empty/"" attribute values seem to be treated differently due to the changes
in the config class. It happens only if the tag is called by wml since it gets
then passed a vconfig userdata as opposed to a lua table.
In luaW_pushscalar_visitor in lua.cpp, the

void operator()()
{ lua_pushnil(L); }

gets called, as opposed to 

void operator()(config::t_token const &s)
{ lua_pushstring(L, s.c_str()); }

which should supposedly be called.
Introduced in r51056.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18667>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to