This commit is contained in:
cozis
2022-12-06 23:58:13 +01:00
parent 380b8a8917
commit a92e8a71cc
4 changed files with 11364 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ static int bin_new(Runtime *runtime, Object **argv, unsigned int argc, Object *r
long long int size = Object_GetInt(argv[0]);
Object *temp = Object_NewBuffer(size, Runtime_GetHeap(runtime), error);
if(temp == NULL)
return -1;