Remove warning
This commit is contained in:
parent
6ec58006ad
commit
4336f0e58d
1 changed files with 1 additions and 1 deletions
|
|
@ -3071,7 +3071,7 @@ static int FileSystemPrintf(FSMessageLevel level, const char* fmt, ...)
|
|||
DPrintf(DMSG_NOTIFY, "%s", text.GetChars());
|
||||
break;
|
||||
}
|
||||
return text.Len();
|
||||
return (int)text.Len();
|
||||
}
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue