NSM: Fix compiler warning.

pull/59/head
Jonathan Moore Liles 2013-04-19 21:12:39 -07:00
parent fc5ef8f9f9
commit 5ea31d47d7
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ fl_awake_alert( void *v )
{
if ( v )
{
fl_alert( (char*)v);
fl_alert( "%s", (char*)v );
free( v );
}
}