]> git.lyx.org Git - features.git/commit
Keeping the comma leads to bug #6914, since we end up with mangled names
authorRichard Heck <rgheck@comcast.net>
Fri, 24 Sep 2010 16:12:02 +0000 (16:12 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 24 Sep 2010 16:12:02 +0000 (16:12 +0000)
commit4244a15ca398441d992359b3e9b2bc9419170c60
tree45d09f1adea8020e67643e1608327654f0009aa3
parentad12fa6eb50cb0ee090c46b7539d118fed03d1b4
Keeping the comma leads to bug #6914, since we end up with mangled names
like:
  0_tmp_the,_test_tst.bib
and then code like:
  \bibliography{0_tmp_the,_test_tst}
which confuses LaTeX. Easy solution: Mangle the comma.

Jurgen, this is in branch, too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35493 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/FileName.cpp