Commit 3a89679c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NTService: fix stray ‘\302’ in program issue

parent aa5891a4
...@@ -188,7 +188,7 @@ static int NTServiceInstall( intf_thread_t *p_intf ) ...@@ -188,7 +188,7 @@ static int NTServiceInstall( intf_thread_t *p_intf )
strcat( psz_path, " --ntservice-extraintf " ); strcat( psz_path, " --ntservice-extraintf " );
strcat( psz_path, psz_extra ); strcat( psz_path, psz_extra );
free( psz_extra ); free( psz_extra );
 } }
psz_extra = var_InheritString( p_intf, "ntservice-options" ); psz_extra = var_InheritString( p_intf, "ntservice-options" );
if( psz_extra && *psz_extra ) if( psz_extra && *psz_extra )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment