mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Add static keyword back.
This commit is contained in:
@ -570,7 +570,7 @@ UInt8 pfConsoleCmd::GetSigEntry( UInt8 i )
|
|||||||
|
|
||||||
const char *pfConsoleCmd::GetSignature( void )
|
const char *pfConsoleCmd::GetSignature( void )
|
||||||
{
|
{
|
||||||
char string[ 256 ];
|
static char string[ 256 ];
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
char pStr[ 128 ];
|
char pStr[ 128 ];
|
||||||
|
Reference in New Issue
Block a user