mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix bug #7338
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6a86815e03
commit
02dbb905ee
@ -171,6 +171,8 @@ string LyXVC::checkIn()
|
||||
if (ok) {
|
||||
if (response.empty())
|
||||
response = empty;
|
||||
//shell collisions
|
||||
response = subst(response, from_utf8("\""), from_utf8("\\\""));
|
||||
log = vcs->checkIn(to_utf8(response));
|
||||
|
||||
// Reserve empty string for cancel button
|
||||
|
Loading…
Reference in New Issue
Block a user