mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Cut at comma
This commit is contained in:
parent
261e47d9b4
commit
b4caecf088
1 changed files with 2 additions and 0 deletions
2
asm.c
2
asm.c
|
@ -161,6 +161,8 @@ static inline bool asm_parse_func(const char *skip, size_t line, asm_state *stat
|
|||
mem_d(name);
|
||||
return false;
|
||||
}
|
||||
*strchr(name, ',')='\0';
|
||||
|
||||
/*
|
||||
* Now add the following items to the code system:
|
||||
* function
|
||||
|
|
Loading…
Reference in a new issue