]> git.lyx.org Git - features.git/commit
Fix issue with regular expressions
authorEnrico Forestieri <forenr@lyx.org>
Sun, 15 Oct 2017 13:29:33 +0000 (15:29 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 15 Oct 2017 13:29:33 +0000 (15:29 +0200)
commitc16ccdb5fd25a14c096ef9dfa68975c77377bf41
tree9d706ef5db7f8724c8f650e66f14fd1496db772e
parentb242a90bd0125a73da9c4230a5319eb7feb29288
Fix issue with regular expressions

At least with gcc 6.4, if the first parameter passed to
regex_match() is afterward changed, the second one gets
corrupted. This is avoided by using a temporary string.
src/BiblioInfo.cpp