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
Handle top-level path pop.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
adf0ca22f3
commit
f927e39681
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Timeline/Fl_Menu_Settings.C
+ 3
- 0
Timeline/Fl_Menu_Settings.C
View File
@@ -229,6 +229,9 @@ path_pop ( char *path )
int l = strlen( path );
if ( ! l )
return;
if ( path[ l - 1 ] == '/' )
path[ l - 1 ] = '\0';
Write
Preview
Loading…
Cancel
Save