Oh who gives a fuck?
This commit is contained in:
@@ -22,7 +22,7 @@ Type *primitive_parse(const char *src) {
|
||||
|
||||
TypePrimitive *ret = malloc(sizeof(*ret));
|
||||
ret->type = TYPE_TYPE_PRIMITIVE;
|
||||
ret->src = src;
|
||||
ret->src = strdup(src);
|
||||
|
||||
if(*src == 'n') {
|
||||
src++;
|
||||
|
||||
Reference in New Issue
Block a user