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
Remove variable scope by one level
tags/v1.4.0
Nils
4 years ago
parent
a99663759e
commit
a6679f9c7e
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/nsmd.cpp
+ 1
- 2
src/nsmd.cpp
View File
@@ -1645,10 +1645,9 @@ static lo_address list_response_address;
int
list_file ( const char *fpath, const struct stat *sb, int tflag )
{
char *s;
if ( tflag == FTW_F )
{
char *s;
s = strdup( fpath );
if ( ! strcmp( "session.nsm", basename( s ) ) )
{
Write
Preview
Loading…
Cancel
Save