Patch level :10.0 cd 140
Files correlati : Ricompilazione Demo : [ ] Commento : sistemato cambio studio git-svn-id: svn://10.65.10.50/trunk@17453 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3f1ed984f9
commit
cc4c13ed33
@ -1041,8 +1041,9 @@ void TPrefix::set(
|
||||
if (_prefix.full())
|
||||
{
|
||||
const TString saved_prf = __ptprf; // Salvo __ptprf che viene cambiato da CGetPref
|
||||
char* prfx = (char*)CGetPref(); // Safe non const cast for StPath cprefix
|
||||
xvt_fsys_build_pathname(prfx, NULL, saved_prf, _prefix, NULL, NULL);
|
||||
char* prfx = (char*)CGetPref(); // Safe non const cast for StPath cprefix
|
||||
strcpy(__ptprf, saved_prf);
|
||||
xvt_fsys_build_pathname(prfx, NULL, __ptprf, _prefix, NULL, NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user