]> git.lyx.org Git - features.git/commit
Fix CAS input on windows (bug 10262)
authorGeorg Baum <baum@lyx.org>
Sun, 3 Jul 2016 17:48:15 +0000 (19:48 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 3 Jul 2016 17:48:15 +0000 (19:48 +0200)
commit3fb8d718695f013ecc48c63706207a4004daa390
treeec80ae529588f8ef624633d7a92d858bc80df059
parent96665053c46751611b85fb813a08c54d6e03ef4b
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
status.22x