mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
minor
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*auto-generated*/
|
/*auto-generated*/
|
||||||
#define UPDATED_STR "Jul 1, 2021 7:42:29am"
|
#define UPDATED_STR "Jul 1, 2021 6:53:32pm"
|
||||||
#define GIT_COMMIT_HASH "8785b48"
|
#define GIT_COMMIT_HASH "daceabd"
|
||||||
#define COPYRIGHT_END_YEAR "2021"
|
#define COPYRIGHT_END_YEAR "2021"
|
||||||
|
@@ -3486,6 +3486,11 @@ void DOS_Shell::CMD_TRUENAME(char * args) {
|
|||||||
if (hostname.size()) WriteOut("%s\n", hostname.c_str());
|
if (hostname.size()) WriteOut("%s\n", hostname.c_str());
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
#if defined(WIN32) && !(defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR))
|
||||||
|
if (Network_IsNetworkResource(fullname))
|
||||||
|
WriteOut("%s\r\n", name);
|
||||||
|
else
|
||||||
|
#endif
|
||||||
WriteOut("%c:\\%s\r\n", drive+'A', fullname);
|
WriteOut("%c:\\%s\r\n", drive+'A', fullname);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user