Browse Source

Remove variable scope by one level

tags/v1.4.0
Nils 4 years ago
parent
commit
a6679f9c7e
1 changed files with 1 additions and 2 deletions
  1. +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 ) ) )
{


Loading…
Cancel
Save