cool stuff
This commit is contained in:
@@ -10,6 +10,7 @@ GroundString _GroundNewString(const char* in) {
|
||||
};
|
||||
|
||||
if (string.cstr == NULL) {
|
||||
Ground.Log.Error("malloc failed in Ground.New.String()");
|
||||
Ground.Flags.error = true;
|
||||
string.len = 0;
|
||||
return string;
|
||||
|
||||
Reference in New Issue
Block a user