This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
NSM: Fix compiler warning.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
fc5ef8f9f9
commit
5ea31d47d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
session-manager/src/session-manager.C
+ 1
- 1
session-manager/src/session-manager.C
View File
@@ -488,7 +488,7 @@ fl_awake_alert( void *v )
{
if ( v )
{
fl_alert( (char*)v);
fl_alert(
"%s",
(char*)v
);
free( v );
}
}
Write
Preview
Loading…
Cancel
Save