vkQuake2 icon indicating copy to clipboard operation
vkQuake2 copied to clipboard

Update sv_init.c

Open robertpravor opened this issue 2 years ago • 1 comments

Fix the (((not reproducible))) bug from https://githubmemory.com/repo/kondrak/vkQuake2/issues/140 Also, don't close issue that you do not understand...

robertpravor avatar Jun 16 '22 06:06 robertpravor

Was intrigued with this error - seems strcpy into itself is not guaranteed to be in any particular order, for this memmove might suffice.

memmove(level, level+1, strlen(level))

tomgreen66 avatar Aug 31 '22 18:08 tomgreen66