-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken OnEndElement in XML parsing
Due to easy to make typos in parts of the code, it wasn’t properly closing <sparkle:version> elements. Fix by not only correcting the typo, but organizing the code in a way that prevents such accidents. Longer term, Expat needs to be replaced with a DOM-based XML API for safer and more maintainable parsing. Fixes #123.
- Loading branch information
Showing
1 changed file
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters