aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* fixup Fix some warningsfiaxh2019-09-101-22/+12
|
* Fix some warningshrxi2019-09-101-0/+50
Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.