mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Fix #6914 for branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35494 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6f5a7accc7
commit
84f6f46865
@ -1125,7 +1125,7 @@ string DocFileName::mangledFilename(string const & dir) const
|
||||
// in the name.
|
||||
static string const keep = "abcdefghijklmnopqrstuvwxyz"
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"+,-0123456789;=";
|
||||
"+-0123456789;=";
|
||||
string::size_type pos = 0;
|
||||
while ((pos = mname.find_first_not_of(keep, pos)) != string::npos)
|
||||
mname[pos++] = '_';
|
||||
|
Loading…
x
Reference in New Issue
Block a user