mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
Debugger: Cleanup
This commit is contained in:
parent
8d864c2ab6
commit
7853c1cfcc
@ -3783,13 +3783,8 @@ Update_t CmdConfigSetDebugDir (int nArgs)
|
|||||||
}
|
}
|
||||||
else // Relative
|
else // Relative
|
||||||
{
|
{
|
||||||
std::string SAME_DIR( "." );
|
std::string SAME_DIR( "." ); SAME_DIR += PATH_SEPARATOR;
|
||||||
SAME_DIR += PATH_SEPARATOR;
|
std::string UP_DIR ( ".."); UP_DIR += PATH_SEPARATOR;
|
||||||
|
|
||||||
std::string UP_DIR( "..");
|
|
||||||
UP_DIR += PATH_SEPARATOR;
|
|
||||||
|
|
||||||
size_t nNewPathLen = strlen( g_aArgs[1].sArg );
|
|
||||||
std::string sNewPath( g_aArgs[1].sArg );
|
std::string sNewPath( g_aArgs[1].sArg );
|
||||||
|
|
||||||
// if new path doesn't have a trailing slash, append one
|
// if new path doesn't have a trailing slash, append one
|
||||||
|
Loading…
Reference in New Issue
Block a user