mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
stupid bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@280 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ec0ed4013c
commit
37e0eedd21
@ -82,7 +82,7 @@ string SpaceLess(string const & file)
|
||||
"@!\"'()*+,-./0123456789:;<=>?[]`|");
|
||||
|
||||
string::size_type pos = 0;
|
||||
while ((pos = name.find_first_not_of(change, pos)) != string::npos) {
|
||||
while ((pos = name.find_first_not_of(keep, pos)) != string::npos) {
|
||||
name[pos] = '_';
|
||||
}
|
||||
return AddName(path, name);
|
||||
|
Loading…
Reference in New Issue
Block a user