Closed robertpravor closed 1 year ago
Fix the (((not reproducible))) bug from https://githubmemory.com/repo/kondrak/vkQuake2/issues/140 Also, don't close issue that you do not understand...
Was intrigued with this error - seems strcpy into itself is not guaranteed to be in any particular order, for this memmove might suffice.
strcpy
memmove
memmove(level, level+1, strlen(level))
Fix the (((not reproducible))) bug from https://githubmemory.com/repo/kondrak/vkQuake2/issues/140 Also, don't close issue that you do not understand...