cool stuff
This commit is contained in:
@@ -8,6 +8,7 @@ GroundArg _GroundNewArgFunctionRef(const char* ref) {
|
||||
char* copy = malloc(len + 1);
|
||||
|
||||
if (copy == NULL) {
|
||||
Ground.Log.Error("malloc failed in Ground.New.Arg.FunctionRef()");
|
||||
Ground.Flags.error = true;
|
||||
return (GroundArg) {
|
||||
.type = GroundArg_DirectRef,
|
||||
|
||||
Reference in New Issue
Block a user