Skip to content

strfuncs: Use a GPtrArray in strsplit()

Timm Bäder requested to merge wip/baedert/arrays into master

This is more efficient and also much easier since we already have the memory allocated that we're going to return from the function. No need to do that ourselves or reverse a list.

Merge request reports