mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 13:49:54 +03:00
Fixes a copy paste mistake in the `StringName(const char *,bool)` constructor, to match the same form as the other two constrcutors. This fixes a case where this constructor can return a dangling pointer and cause use-after-free.