mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* convert dir to internal path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16187 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca55737398
commit
fd44f28cae
@ -11,6 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/os.h"
|
||||
|
||||
#include <boost/scoped_array.hpp>
|
||||
|
||||
@ -27,6 +28,7 @@ namespace lyx {
|
||||
#endif
|
||||
|
||||
using boost::scoped_array;
|
||||
using support::os::internal_path;
|
||||
|
||||
using std::string;
|
||||
|
||||
@ -64,7 +66,7 @@ string const lyx::support::getcwd()
|
||||
string result;
|
||||
if (err)
|
||||
result = tbuf.get();
|
||||
return result;
|
||||
return internal_path(result);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user