mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
generate the trailing zero
This commit is contained in:
parent
249ecd60db
commit
24d35d8ab8
1 changed files with 1 additions and 0 deletions
1
code.c
1
code.c
|
@ -110,6 +110,7 @@ uint32_t code_genstring(const char *str)
|
|||
code_chars_add(*str);
|
||||
++str;
|
||||
}
|
||||
code_chars_add(0);
|
||||
return off;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue