NSM: Fix compiler warning.
This commit is contained in:
parent
fc5ef8f9f9
commit
5ea31d47d7
|
@ -488,7 +488,7 @@ fl_awake_alert( void *v )
|
||||||
{
|
{
|
||||||
if ( v )
|
if ( v )
|
||||||
{
|
{
|
||||||
fl_alert( (char*)v);
|
fl_alert( "%s", (char*)v );
|
||||||
free( v );
|
free( v );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue