More fixes for compiling
This commit is contained in:
@@ -126,7 +126,7 @@ static void adjustPath(string &path)
|
||||
// if relative, expand to full path
|
||||
char cpath[MAXPATHLEN];
|
||||
strcpy(cpath, path.c_str());
|
||||
BLI_convertstringcode(cpath, G.sce, 0);
|
||||
BLI_convertstringcode(cpath, G.sce);
|
||||
path = cpath;
|
||||
#ifdef WIN32
|
||||
// add drive char if not there
|
||||
|
||||
@@ -278,7 +278,7 @@ static void adjustPath(string &path)
|
||||
// if relative, expand to full path
|
||||
char cpath[MAXPATHLEN];
|
||||
strcpy(cpath, path.c_str());
|
||||
BLI_convertstringcode(cpath, G.sce, 0);
|
||||
BLI_convertstringcode(cpath, G.sce);
|
||||
path = cpath;
|
||||
#ifdef WIN32
|
||||
// add drive char if not there
|
||||
|
||||
Reference in New Issue
Block a user