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
Fix menu settings loader when operating at close to depth 0.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
56ce6caed3
commit
45aeb9ad89
1 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
Timeline/Fl_Menu_Settings.C
+ 4
- 3
Timeline/Fl_Menu_Settings.C
View File
@@ -234,9 +234,10 @@ path_pop ( char *path )
s = rindex( path, '/' );
s = s ? s : path;
*(s + 1) = '\0';
if ( s )
*(s + 1) = '\0';
else
*path = '\0';
}
void
Write
Preview
Loading…
Cancel
Save