sc: copy cache values when clone color conditional format
[LibreOffice.git] / external / liborcus / forcepoint-95.patch.1
blob93dc822298b05987c230747a76b88ac5a517b344
1 --- a/include/orcus/sax_parser.hpp      2022-03-30 10:54:44.043568760 +0100
2 +++ b/include/orcus/sax_parser.hpp      2022-03-30 10:54:55.645037322 +0100
3 @@ -547,7 +547,7 @@
4  
5      skip_space_and_control();
6  
7 -    char c = cur_char();
8 +    char c = cur_char_checked();
9      if (c != '=')
10      {
11          std::ostringstream os;