]> git.lyx.org Git - lyx.git/commit
Fix CAS input on windows (bug 10262)
authorGeorg Baum <baum@lyx.org>
Sat, 2 Jul 2016 16:58:30 +0000 (18:58 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 2 Jul 2016 16:58:30 +0000 (18:58 +0200)
commit6dfc255088ecd3393c4c5dc3d2c5357a3fbabfc0
tree5a17a1bc47e52a0f3f7eafe44e064fc5cb6f05a3
parent3c56e7c0eb8d1d00b5783a11e69cff50e1e53790
Fix CAS input on windows (bug 10262)

This is the well known file locking problem: The TempFile class keeps the
created file locked for the own process, and this prevents the CAS to read it.
src/mathed/MathExtern.cpp