More github cleanup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -6,19 +6,18 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <GridMate/String/string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace GridMate
|
||||
{
|
||||
namespace Platform
|
||||
{
|
||||
void AssignExtendedName(GridMate::string& extendedName)
|
||||
void AssignExtendedName(AZStd::string& extendedName)
|
||||
{
|
||||
char hostName[64];
|
||||
gethostname(hostName, AZ_ARRAY_SIZE(hostName));
|
||||
|
||||
extendedName = GridMate::string::format("%s", hostName);
|
||||
extendedName = AZStd::string::format("%s", hostName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user