linux fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -387,7 +387,7 @@ public:
|
||||
|
||||
bool ValueChar(const char* name, char* buffer, int len)
|
||||
{
|
||||
string temp;
|
||||
AZStd::string temp;
|
||||
if (IsReading())
|
||||
{
|
||||
Value(name, temp);
|
||||
@@ -400,7 +400,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
temp = string(buffer, buffer + len);
|
||||
temp = AZStd::string(buffer, buffer + len);
|
||||
Value(name, temp);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user