Fix warning on Windows. (#89)
This commit is contained in:
parent
293818a8f8
commit
e2daeebd98
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ public:
|
|||
do{
|
||||
uint64 _guid = result->Fetch()[0].GetUInt64();
|
||||
char buff[20];
|
||||
sprintf(buff,"%u.dump", _guid);
|
||||
sprintf(buff,"%I64u", _guid);
|
||||
switch(PlayerDumpWriter().WriteDump(buff, uint32(_guid)))
|
||||
{
|
||||
case DUMP_SUCCESS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue