Files
test/source/blender/blenlib
Campbell Barton 3ec7cf64bc Fix BLI_str_quoted_substrN use with escaped strings
BLI_str_quoted_substrN didn't unescape the resulting string,
yet all callers were using this with animation paths which are
created using BLI_str_escape().

- Fix BLI_str_quoted_substrN use with escaped strings by calling
  BLI_str_unescape().

  Note that it's possible we want an a version of this function that
  keeps escape characters. This could be added if it's required.

- Fix end quote detection using BLI_str_escape_find_quote
  checking for `\"` isn't reliable since an even number of back-slashes
  before a quote means it's not escaped.
2020-12-10 16:12:25 +11:00
..
2020-12-10 14:55:28 +11:00
2020-08-27 15:33:33 +10:00
2020-12-02 15:38:47 +01:00
2020-08-10 18:17:07 +02:00
2020-08-28 10:04:26 -06:00
2020-10-19 08:43:08 -07:00
2020-12-02 15:38:47 +01:00
2020-11-10 08:48:18 -07:00