This commit is contained in:
jl777
2019-03-26 09:10:39 -11:00
parent ef1c722d2d
commit 1254c3ed5c
2 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
// game specific code for daemon
void games_packitemstr(char *packitemstr,struct games_packitem *item)
{
sprintf(packitemstr,"");
strcpy(packitemstr,"");
}
int64_t games_cashout(struct games_player *P)