]> git.lyx.org Git - features.git/commit
Make createBufferTmpDir() threadsafe
authorGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 20:03:32 +0000 (22:03 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 20:03:32 +0000 (22:03 +0200)
commitfc3183a762c0f869b71f504c958bd646b7be85af
treef92278a9e539635570c76fec0ee1efd10186f455
parent211e1661b546ff4a0c38fd385661156d1b0be331
Make createBufferTmpDir() threadsafe

This must not use thread local storage, since the generated directories are
all in the same parent directory which is unique per running LyX instance.
src/Buffer.cpp