]> granicus.if.org Git - handbrake/commit
libhb: don't drop "escape" char in hb_str_vsplit
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 3 Apr 2018 20:27:48 +0000 (13:27 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 3 Apr 2018 20:27:48 +0000 (13:27 -0700)
commit1cede259b8adff930db948bc22c56afce96b7573
tree5e9ac4ee08d5ffee7afde1648091e728f824b340
parent70667ab1aa6f6b34a04e1718480015b53249ac6d
libhb: don't drop "escape" char in hb_str_vsplit

It's just wrong to begin with.  And it may not be an escape char anyway.
Could be a directory separator.

Fixes https://github.com/HandBrake/HandBrake/issues/1249
libhb/common.c