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
Mixer: Fix compiler warning.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
504b77f6c7
commit
7c71faab1c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mixer/src/Module.C
+ 1
- 1
mixer/src/Module.C
View File
@@ -691,7 +691,7 @@ Module::draw_label ( int tx, int ty, int tw, int th )
char *di = strstr( lab, " -" );
if ( ! di )
strstr( lab, " " );
di =
strstr( lab, " " );
if ( di )
*di = '\0';
Write
Preview
Loading…
Cancel
Save