mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Compile fix for r29647.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
44afac0e4a
commit
501349b4ae
@ -213,7 +213,7 @@ string FileName::realPath() const
|
||||
void FileName::set(string const & name)
|
||||
{
|
||||
d->fi.setFile(toqstr(name));
|
||||
d->name = d->fi.absoluteFilePath();
|
||||
d->name = fromqstr(d->fi.absoluteFilePath());
|
||||
//LYXERR(Debug::FILES, "FileName::set(" << name << ')');
|
||||
LASSERT(empty() || isAbsolute(d->name), /**/);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user