mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-08 15:54:22 +00:00
use c_str
This commit is contained in:
@@ -65,7 +65,7 @@ Lxfml::Result Lxfml::NormalizePositionOnlyFirstPart(const std::string_view data)
|
|||||||
if (highest.y < y) highest.y = y;
|
if (highest.y < y) highest.y = y;
|
||||||
if (highest.z < z) highest.z = z;
|
if (highest.z < z) highest.z = z;
|
||||||
} catch (std::exception& e) {
|
} catch (std::exception& e) {
|
||||||
LOG("Failed to parse a split value of either (%s), (%s), or (%s).", split[9], split[10], split[11]);
|
LOG("Failed to parse a split value of either (%s), (%s), or (%s).", split[9].c_str(), split[10].c_str(), split[11].c_str());
|
||||||
return toReturn; // Early return since we failed to parse this lxfml.
|
return toReturn; // Early return since we failed to parse this lxfml.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user