mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Replace hardcoded functions names by __func__ macro
* while we're here, fix some possible bugs * and fix -Wformat=2 s/__FUNCTION__/__func__/g awawawa
This commit is contained in:
@@ -367,7 +367,7 @@ public:
|
||||
|
||||
if( i == nullptr )
|
||||
{
|
||||
Con_DPrintf( "FindClose: Can't find search state by handle %d\n", handle );
|
||||
Con_DPrintf( "%s: Can't find search state by handle %d\n", __func__, handle );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user