mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
BOOM
This commit is contained in:
parent
c8959a2452
commit
0b154d69e7
1 changed files with 0 additions and 1 deletions
1
pak.c
1
pak.c
|
@ -94,7 +94,6 @@ static void pak_tree_build(const char *entry) {
|
|||
directory = (char *)mem_a(56);
|
||||
|
||||
memset(pathsplit, 0, 56);
|
||||
memset(directory, 0, 56);
|
||||
|
||||
strncpy(directory, entry, 56);
|
||||
for (itr = 0; (token = pak_tree_sep(&directory, "/")) != NULL; itr++) {
|
||||
|
|
Loading…
Reference in a new issue