Skip to content

xmlsave.c: Prevent writing empty attr

Ghost User requested to merge (removed):empty_attr_eq into master

When running a wine app an object was written <Elem =""> This occurs when the attribute name is empty but there is a valid pointer to it. By checking if the string is empty this is avoided.

Merge request reports